Gets or sets a value used to determine the thickness of a doughnut. This should be a value between 0 and 1. A value of 1 will create a pie chart. The default is 1. This is a dependency property.

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; set; }
Visual Basic
Public Property DoughnutScale As Double
	Get
	Set
Visual C++
public:
property double DoughnutScale {
	double get ();
	void set (double value);
}

See Also