PPCC Namespace
Gets or sets the color of Y scale lines in chart area

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

C#
public Color ScaleLineColor { get; set; }
Visual Basic (Declaration)
Public Property ScaleLineColor As Color
Visual C++
public:
property Color ScaleLineColor {
	Color get ();
	void set (Color value);
}

See Also