Width of the chart image (same as iWidth from the constructor)

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

Syntax

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

Field Value

Return Value

Remarks