MindFusion.Charting for Silverlight Programmer's Guide
PieSeries.DoughnutThickness Property
See Also
 






Gets or sets the thickness of the doughnut.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public double DoughnutThickness { get; set; }

Visual Basic  Copy Code

Public Property DoughnutThickness As Double

 Property Value

A double value that should range between 0 and 1. Default value is 0.5

 Remarks

The DoughnutThickness property specifies the thickness of the doughnut as a percent of the radius. The smaller the value, the thinner the doughnut.

Set PieSeries.PieType to PieType.Doughnut2D to draw a doughnut.

 See Also

PieSeries Members
PieSeries Class
MindFusion.Charting.Silverlight Namespace