Class RangeBarSeriesDefinition
Defines the Data
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class RangeBarSeriesDefinition : BarSeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, ISeriesDefinitionSupportsMaskOverlay
Constructors
RangeBarSeriesDefinition()
Initializes a new instance of the RangeBarSeriesDefinition class setting a default Group
Declaration
public RangeBarSeriesDefinition()
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
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.
|