Right 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 InnerRight { get; set; }
Visual Basic (Declaration)
Public Property InnerRight As Integer
Visual C++
public:
property int InnerRight {
	int get ();
	void set (int value);
}

Field Value

Return Value

Remarks

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

See Also