ClassRangeBarSeriesModel
Class
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class RangeBarSeriesModel : RangeSeriesBaseModel, IDisposable, INotifyPropertyChanged, ISupportCombineMode
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartSeriesModelDataPointSeriesModel<RangeDataPoint>SeriesModelWithAxes<RangeDataPoint>RangeSeriesBaseModelRangeBarSeriesModel
Implements:
Inherited Members
Constructors
RangeBarSeriesModel()
Declaration
cs-api-definition
public RangeBarSeriesModel()
Properties
CombineMode
Gets or sets the ChartSeriesCombineMode value that specifies whether this instance should be combined with other instances of same type.
Declaration
cs-api-definition
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
Implements
StackGroupKey
RangeBarSeries do not support stacking and this property is disregarded.
Declaration
cs-api-definition
public object StackGroupKey { get; set; }
Property Value
Implements