Gets or sets the thickness of the doughnut as a percent from the radius of the pie. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double DoughnutThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DoughnutThickness As Double |
A double value. The default is 0.75.
RemarksThe larger the value, the thicker the doughnut would be e.g. the smaller its hole. Doughnuts are drawn when the PieType is set to PieType.Doughnut2D.
See Also