Class PieSeriesDefinition
Defines the DataSeries visual representation to be Pies.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class PieSeriesDefinition : RadialSeriesDefinition, IAggregationGroupSeriesDefinition, IRadialSeriesDefinition, ISeriesDefinition, INotifyPropertyChanged, ISeriesDefinitionSupportsMaskOverlay
Constructors
PieSeriesDefinition()
Declaration
public PieSeriesDefinition()
Properties
ContainerType
Gets the type of the DataSeries visual container.
Declaration
public override Type ContainerType { get; }
Property Value
System.Type
|
Overrides
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
|