MindFusion WinForms Programmer's Guide
PieChart.DoughnutThickness Property
See Also
 





Gets or sets the thickness of the doughut as a percentage of the radius length.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public int DoughnutThickness { get; set; }

Visual Basic  Copy Code

Public Property DoughnutThickness As Integer

 Property Value

An int value. Default is 50.

 Remarks

DoughnutThickness values range from 0 to 100. Values closer to 100 make the doughnut look more like a pie. Values close to 0 make it look more like a thin ring.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace