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

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

Syntax

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

Field Value

Return Value

Remarks

Defaults to Color.White

See Also