Gets the doughnut scale of the PieSlice. By multiplying this value with the radius, you get the thickness of the douughnut shape.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double DoughnutScale { get; private set; }
Visual Basic
Public Property DoughnutScale As Double
	Get
	Private Set
Visual C++
public:
property double DoughnutScale {
	double get ();
	private: void set (double value);
}

See Also