MindFusion.Charting Programmer's Guide

PieChart.DoughnutThickness Property

See Also
 





Gets or sets the thickness of the doughnut as to the radius.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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