Sets or gets the width of the frame along the left side of the chart area.

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

Syntax

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

Field Value

Return Value

Remarks

Defaults to 10

See Also