PPCC Namespace
Gets or sets the color for legend fore ground

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

Syntax

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

See Also