Sets or gets the background color of the area at the bottom of the chart reserved for X Axis labels.

Namespace:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

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

Field Value

Return Value

Remarks

Defaults to Color.White

See Also