The length of the tick extending from the axis at a grid or data point.

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

Syntax

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

See Also