The thickness of the axis line. 0 means hairline, but still visible (set alpha=0 for an invisible axis line).

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

Syntax

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

See Also