PPCC Namespace
Gets or sets the color used for X and Y axis lines

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

Syntax

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

See Also