Class RangeBarSeriesModel
Inheritance
System.Object
RangeBarSeriesModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class RangeBarSeriesModel : RangeSeriesBaseModel, IDisposable, INotifyPropertyChanged, ISeriesModelWithAxes, ISupportCombineMode
Constructors
RangeBarSeriesModel()
Declaration
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
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
ChartSeriesCombineMode
|
Implements
StackGroupKey
RangeBarSeries do not support stacking and this property is disregarded.
Declaration
public object StackGroupKey { get; set; }
Property Value
System.Object
|