PPCC Namespace
Gets or sets the color for legend back ground

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

Syntax

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

See Also