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

RangeControlOptions.ValueLevel Property

Gets or sets the value that specifies series points’ values that a series representation within the Range Control should use to draw itself. This is a dependency property.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public ValueLevel ValueLevel { get; set; }

Property Value

Type Description
ValueLevel

The value that specifies series points’ values that a series representation within the Range Control should use to draw itself.

Available values:

Show 12 items
Name Description
Value

Indicates the value of a series point where the series point contains only one value.

Value2

Indicates the Second value of a series point, where the series view belongs to the Range Bar view type.

Low

Indicates the Low value of a series point, where the series view belongs to the Financial view type.

High

Indicates the High value of a series point, where the series view belongs to the Financial view type.

Open

Indicates the Open value of a series point, where the series view belongs to the Financial view type.

Close

Indicates the Close value of a series point, where the series view belongs to the Financial view type.

BoxPlotMin

Indicates the Min value of a series point that belongs to the Box Plot series.

BoxPlotQuartile_1

Indicates the First Quartile value of a series point that belongs to the Box Plot series.

BoxPlotMedian

Indicates the Median value of a series point that belongs to the Box Plot series.

BoxPlotQuartile3

Indicates the Third Quartile value of a series point that belongs to the Box Plot series.

BoxPlotMax

Indicates the Max value of a series point that belongs to the Box Plot series.

BoxPlotMean

Indicates the Mean value of a series point that belongs to the Box Plot series.

Property Paths

You can access this nested property as listed below:

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