Class HorizontalRangeBarSeriesDefinition
Defines the DataSeries visual representation to be horizontal Bar chart.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class HorizontalRangeBarSeriesDefinition : RangeBarSeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, ISeriesDefinitionSupportsMaskOverlay, IHorizontalSeriesDefinition
Constructors
HorizontalRangeBarSeriesDefinition()
Initializes a new instance of the HorizontalRangeBarSeriesDefinition class setting a default GroupName (string.Empty).
Declaration
public HorizontalRangeBarSeriesDefinition()
Properties
ItemType
Gets the type of the DataPoints in the DataSeries.
Declaration
public override Type ItemType { get; }
Property Value
System.Type
|
Overrides
ResourceId
Gets the resource id associated with the Horizontal Range 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
|