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