Charting for WPF Programmer's Guide

PieSeries.DoughnutThickness Property

See Also
 


Gets or sets the thickness of the doughnut.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double DoughnutThickness { get; set; }

Visual Basic  Copy Code

Public Property DoughnutThickness As Double

 Property Value

A double value. Specifies the thickness of the doughnut as a percent from the radius of the pie. Default value is 50.0

 Remarks

Values should range from 0 to 100. The larger the value, the thicker the doughnut would be e.g. the smaller its hole.

 See Also