Class StackedBar1003DSeriesDefinition
This class represents a definition for StackedBar100 3D series chart type.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StackedBar1003DSeriesDefinition : LinearSeries3DDefinition, IAggregationGroupSeriesDefinition, ISeries3DDefinition, ISeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, IDiscreteSeries3DDefinition
Constructors
StackedBar1003DSeriesDefinition()
Initializes a new instance of the StackedBar1003DSeriesDefinition class.
Declaration
public StackedBar1003DSeriesDefinition()
StackedBar1003DSeriesDefinition(String)
Initializes a new instance of the StackedBar1003DSeriesDefinition class.
Declaration
public StackedBar1003DSeriesDefinition(string groupName)
Parameters
System.String
groupName
Name of the group. |
Properties
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
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
IChartItem
|