The Font property is the font to use when displaying the chart name.

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

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);
}

Field Value

Return Value

Remarks