The amount of space reserved at the top of the chart for the chart title.
Namespace:
jChartAssembly: 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); } |