Class
RangeBarSeriesModel

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: IDisposableINotifyPropertyChangedISupportCombineMode

Inherited Members RangeSeriesBaseModel.ShouldRoundLayoutSeriesModelWithAxes<RangeDataPoint>.AttachAxis(AxisModel, AxisType)SeriesModelWithAxes<RangeDataPoint>.DetachAxis(AxisModel)SeriesModelWithAxes<RangeDataPoint>.FirstAxisSeriesModelWithAxes<RangeDataPoint>.SecondAxisDataPointSeriesModel<RangeDataPoint>.DataPointsChartElement.FindAncestor<T>()ChartElement.IsAncestorOf(ChartNode)ChartElement.FindDescendant<T>()ChartElement.FindDescendant(Predicate<ChartNode>)ChartElement.EnumDescendants()ChartElement.EnumDescendants(TreeTraversalMode)ChartElement.EnumDescendants(Predicate<ChartNode>, TreeTraversalMode)ChartElement.DisposeManagedResources()ChartElement.PresenterChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

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

ChartSeriesCombineMode

Implements ISupportCombineMode.CombineMode

StackGroupKey

RangeBarSeries do not support stacking and this property is disregarded.

Declaration

cs-api-definition
public object StackGroupKey { get; set; }

Property Value

object

Implements ISupportCombineMode.StackGroupKey