Height of the area at the bottom of the chart reserved for X Axis labels.

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

Syntax

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

Field Value

Return Value

Remarks

Defaults to 20

See Also