Class StackedSplineArea1003DSeriesDefinition
This class represents a definition for the stacked spline 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 StackedSplineArea1003DSeriesDefinition : 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
StackedSplineArea1003DSeriesDefinition()
Initializes a new instance of the Stacked
Declaration
public StackedSplineArea1003DSeriesDefinition()
Properties
IsStacked100
Gets a value indicating whether this ISeries
Declaration
public override bool IsStacked100 { get; }
Property Value
System. Returns |
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
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()