Skip to main content
A newer version of this page is available. .

RangeControlOptions.View Property

Gets or sets the view that configures the series’ appearance within the Range Control. This is a dependency property.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

public RangeControlClientView View { get; set; }

Property Value

Type Description
RangeControlClientView

The object that configures the series’ appearance within the Range Control.

Property Paths

You can access this nested property as listed below:

Show 33 property paths
Object Type Path to View
AreaFullStackedSeries2D
AreaSeries2D
AreaStackedSeries2D
AreaStepFullStackedSeries2D
AreaStepSeries2D
AreaStepStackedSeries2D
BarFullStackedSeries2D
BarSeries2D
BarSeries2DBase
BarSideBySideFullStackedSeries2D
BarSideBySideSeries2D
BarSideBySideStackedSeries2D
BarStackedSeries2D
BubbleSeries2D
CandleStickSeries2D
FinancialSeries2D
LineFullStackedSeries2D
LineScatterSeries2D
LineSeries2D
LineStackedSeries2D
LineStepSeries2D
MarkerSeries2D
PointSeries2D
RangeAreaSeries2D
RangeBarOverlappedSeries2D
RangeBarSeries2D
RangeBarSideBySideSeries2D
SplineAreaFullStackedSeries2D
SplineAreaSeries2D
SplineAreaStackedSeries2D
SplineSeries2D
StockSeries2D
XYSeries2D
See Also