PPCC Namespace
Gets or sets the font used in legend area

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

Syntax

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

See Also