Class StackedBar3DSeriesDefinition
Defines the Data
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StackedBar3DSeriesDefinition : LinearSeries3DDefinition, IAggregationGroupSeriesDefinition, ISeries3DDefinition, ISeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, IDiscreteSeries3DDefinition
Constructors
StackedBar3DSeriesDefinition()
Initializes a new instance of the Stacked
Declaration
public StackedBar3DSeriesDefinition()
StackedBar3DSeriesDefinition(String)
Initializes a new instance of the StackedgroupName
.
Declaration
public StackedBar3DSeriesDefinition(string groupName)
Parameters
System. Name of the group. |
Properties
ItemType
Gets the type of the Data
Declaration
public override Type ItemType { get; }
Property Value
System.
|
Overrides
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()