Class HorizontalStackedBarSeriesDefinition
Defines the DataSeries visual representation to be horizontal stacked Bar chart.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class HorizontalStackedBarSeriesDefinition : StackedBarSeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, ISeriesDefinitionSupportsMaskOverlay, IHorizontalSeriesDefinition
Constructors
HorizontalStackedBarSeriesDefinition()
Initializes a new instance of the HorizontalStackedBarSeriesDefinition class.
Declaration
public HorizontalStackedBarSeriesDefinition()
Properties
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
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
IChartItem
|