Sets or gets the background color of the chart image.

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

Syntax

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

Field Value

Return Value

Remarks

Defaults to Color.Beige

See Also