Class AreaSeriesDefinition
This class represents a definition for the area series type in the 2D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AreaSeriesDefinition : LinearPointMarkSeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, ILinearPointMarkSeriesDefinition
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
AreaSeriesDefinition()
Declaration
public AreaSeriesDefinition()
Properties
ContainerType
Gets the type of the Data
Declaration
public override Type ContainerType { get; }
Property Value
System.
|
Overrides
ItemType
Gets the type of the Data
Declaration
public override Type ItemType { get; }
Property Value
System.
|
Overrides
ResourceId
Gets the resource id associated with the current ISeries
Declaration
public override object ResourceId { get; }
Property Value
System.
|
Overrides
Methods
CreateAggregationGroup()
Creates the aggregation group.
Declaration
protected override void CreateAggregationGroup()
Overrides
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()