Class DoughnutSeriesDefinition
Defines the DataSeries visual representation to be Doughnut, split in parts.
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 InnerRadiusRatio dependency property.
Declaration
public static readonly DependencyProperty InnerRadiusRatioProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ContainerType
Gets the type of the DataSeries visual container.
Declaration
public override Type ContainerType { get; }
Property Value
System.Type
|
Overrides
InnerRadiusRatio
Gets or sets the inner radius of the doughnut.
Declaration
public double InnerRadiusRatio { get; set; }
Property Value
System.Double
The inner radius of the doughnut. |
ItemType
Gets the type of the DataPoints in the DataSeries.
Declaration
public override Type ItemType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
IChartItem
|