In This Article

DonutChart Class

Represents a donut chart control, which is a pie chart with the center cut out.

public class DonutChart : PieChart
Inheritance:
object Visual UIElement FrameworkElement Control PieChart object

Constructors

DonutChart()

Initializes an instance of the class.

public DonutChart()

Properties

HoleRadiusPercentage

Gets the hole radius percentage.

public double HoleRadiusPercentage { get; set; }

Property Value

double:

The hole radius percentage.

Fields

HoleRadiusPercentageProperty

Identifies the HoleRadiusPercentage dependency property. This field is read-only.

public static readonly DependencyProperty HoleRadiusPercentageProperty

Inherited Members