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.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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