Width of the area at the right of the chart reserved for Y Axis 2 labels.

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

Syntax

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

Field Value

Return Value

Remarks

Defaults to 0

See Also