The radius of the hole (if you want to have donut, use > 0)

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

Syntax

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

See Also