Sets or gets the background color of the area at the left side of the chart reserved for Y Axis 1 labels.

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

Syntax

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

Field Value

Return Value

Remarks

Defaults to Color.White

See Also