Class StackedArea100SeriesDefinition
This class represents a definition for the stacked area 100 series type in the 2D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StackedArea100SeriesDefinition : 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
StackedArea100SeriesDefinition()
Declaration
public StackedArea100SeriesDefinition()
Properties
ContainerType
Gets the type of the DataSeries visual container.
Declaration
public override Type ContainerType { get; }
Property Value
System.Type
|
Overrides
IsStacked100
Gets a value indicating whether this ISeriesDefinition defines a Stack 100 series.
Declaration
public override bool IsStacked100 { get; }
Property Value
System.Boolean
Returns |
Overrides
ItemType
Gets the type of the DataPoints in the DataSeries.
Declaration
public override Type ItemType { get; }
Property Value
System.Type
|
Overrides
ResourceId
Gets the resource id associated with the current ISeriesDefinition. Used to identify the list of styles used with the DataPoints.
Declaration
public override object ResourceId { get; }
Property Value
System.Object
|
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()
Returns
IChartItem
|