Gets or sets the thickness of the doughnut.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public double DoughnutThickness { get; set; } |
Visual Basic
![]() |
---|
Public Property DoughnutThickness As Double |
A double value that should range between 0 and 1. Default value is 0.5
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.