MindFusion.Wpf Pack Programmer's Guide
PieSeries.DoughnutThickness Property
See Also
 





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

 Syntax

C#  Copy Code

public double DoughnutThickness { get; set; }

Visual Basic  Copy Code

Public Property DoughnutThickness As Double

 Property Value

A double value. The default is 0.75.

 Remarks

The 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

PieSeries Members
PieSeries Class
MindFusion.Charting.Wpf Namespace