Width of chart area within chart image.

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

Syntax

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

Field Value

Return Value

Remarks

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

See Also