PPCC Namespace
Gets or sets the font for the legend

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

Syntax

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

See Also