Class DoughnutSeriesDefinition
Defines the Data
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class DoughnutSeriesDefinition : RadialSeriesDefinition, IAggregationGroupSeriesDefinition, IRadialSeriesDefinition, ISeriesDefinition, INotifyPropertyChanged, ISeriesDefinitionSupportsMaskOverlay
Constructors
DoughnutSeriesDefinition()
Declaration
public DoughnutSeriesDefinition()
Fields
InnerRadiusRatioProperty
Identifies the Inner
Declaration
public static readonly DependencyProperty InnerRadiusRatioProperty
Field Value
System.
|
Properties
ContainerType
Gets the type of the Data
Declaration
public override Type ContainerType { get; }
Property Value
System.
|
Overrides
InnerRadiusRatio
Gets or sets the inner radius of the doughnut.
Declaration
public double InnerRadiusRatio { get; set; }
Property Value
System. The inner radius of the doughnut. |
ItemType
Gets the type of the Data
Declaration
public override Type ItemType { get; }
Property Value
System.
|
Overrides
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()