Class StackedBar100SeriesDefinition
Defines the DataSeries visual representation to be Stacked Bar 100 chart.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StackedBar100SeriesDefinition : BarSeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, ISeriesDefinitionSupportsMaskOverlay
Constructors
StackedBar100SeriesDefinition()
Initializes a new instance of the StackedBar100SeriesDefinition class.
Declaration
public StackedBar100SeriesDefinition()
StackedBar100SeriesDefinition(String)
Initializes a new instance of the StackedBar100SeriesDefinition class.
Declaration
public StackedBar100SeriesDefinition(string groupName)
Parameters
System.String
groupName
Name of the group. |
Properties
ContainerType
Gets the type of the DataSeries visual container.
Declaration
public override Type ContainerType { get; }
Property Value
System.Type
|
Overrides
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
PreferredLabelDisplayMode
Gets the preferred label display mode.
Declaration
public override LabelDisplayMode PreferredLabelDisplayMode { get; }
Property Value
LabelDisplayMode
The preferred label display mode. |
Overrides
ResourceId
Gets the resource id associated with the Stacked Bar chart. For more information, please, refer to ResourceId.
Declaration
public override object ResourceId { get; }
Property Value
System.Object
The resource id. |
Overrides
See Also
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
IChartItem
|
Overrides
CreateSeriesPanel()
Creates an instance of the panel for this series definition type.
Declaration
public override Panel CreateSeriesPanel()
Returns
System.Windows.Controls.Panel
|