In This Article

DonutChart Class

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

public class DonutChart : PieChart, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IPieChartPlotInfo
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control PieChart Object

Constructors

DonutChart()

public DonutChart()

Properties

HoleRadiusPercentage

Gets the hole radius percentage.

public double HoleRadiusPercentage { get; set; }

Property Value

System.Double:

The hole radius percentage.

Fields

HoleRadiusPercentageProperty

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

public static readonly DependencyProperty HoleRadiusPercentageProperty

Inherited Members

Extension Methods