Left position of the chart area within the chart image.

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

Syntax

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

Field Value

Return Value

Remarks

Note: Changing this value will cause the InnerRight value to change as well.

See Also