The amount of space reserved at the top of the chart for the chart title.

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

Syntax

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

Field Value

Return Value

Remarks