distance of the labels from the pie. Use negative value to place labels on the pie

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

Syntax

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

See Also