maximum width of axis label. (The label will be wrapped if it doesn't fit to this width)

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also