Class Doughnut3DSeriesDefinition
This class represents a definition for the doughnut series type in the 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Doughnut3DSeriesDefinition : RadialSeries3DDefinition, IAggregationGroupSeriesDefinition, ISeries3DDefinition, IRadialSeriesDefinition, ISeriesDefinition, INotifyPropertyChanged
Remarks
Each data series (the series of data points) must be associated with a valid series definition instance in order to render the desired series type.
Constructors
Doughnut3DSeriesDefinition()
Declaration
public Doughnut3DSeriesDefinition()
Properties
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
|