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

The hole radius percentage.

public double HoleRadiusPercentage { get; set; }

Property Value

double

Fields

HoleRadiusPercentageProperty

Defines the HoleRadiusPercentage property.

public static readonly DependencyProperty HoleRadiusPercentageProperty

Inherited Members

Extension Methods