Class StackedArea1003DSeriesDefinition
This class represents a definition for the stacked area 100% series type in the 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StackedArea1003DSeriesDefinition : LinearSeries3DDefinition, IAggregationGroupSeriesDefinition, ISeries3DDefinition, ISeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition
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
StackedArea1003DSeriesDefinition()
Initializes a new instance of the StackedArea1003DSeriesDefinition class.
Declaration
public StackedArea1003DSeriesDefinition()
Properties
IsStacked100
Returns true to indicate that the StackedArea1003DSeriesDefinition uses the whole available space on Y.
Declaration
public override bool IsStacked100 { get; }
Property Value
System.Boolean
|
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
|