how far pie slices should be pulled-out then user clicks on them (if left empty, uses 20% of pie radius)

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

Syntax

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

See Also