the distance from the radar axes to axes labels

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

Syntax

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

See Also