Class StackedBarSeriesDefinition
Defines the Data
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StackedBarSeriesDefinition : BarSeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, ISeriesDefinitionSupportsMaskOverlay
Constructors
StackedBarSeriesDefinition()
Initializes a new instance of the StackedBarSeriesDefinition class setting a default Group
Declaration
public StackedBarSeriesDefinition()
StackedBarSeriesDefinition(String)
Initializes a new instance of the StackedBarSeriesDefinition class StackedgroupName
.
Declaration
public StackedBarSeriesDefinition(string groupName)
Parameters
System. The name of the group. |
Properties
ContainerType
Gets the type of the Data
Declaration
public override Type ContainerType { get; }
Property Value
System.
|
Overrides
ItemType
Gets the type of the Data
Declaration
public override Type ItemType { get; }
Property Value
System.
|
Overrides
PreferredLabelDisplayMode
Gets the preferred label display mode.
Declaration
public override LabelDisplayMode PreferredLabelDisplayMode { get; }
Property Value
Label The preferred label display mode. |
Overrides
ResourceId
Gets the resource id associated with the Stacked Bar chart.
For more information, please, refer to Resource
Declaration
public override object ResourceId { get; }
Property Value
System. The resource id. |
Overrides
See Also
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
Overrides
CreateSeriesPanel()
Creates an instance of the panel for this series definition type.
Declaration
public override Panel CreateSeriesPanel()
Returns
System.
|