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

RangeControlOptions.ValueLevel Property

Specifies which level of data points should be used to represent a FinancialIndicator series in a Range Control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public ValueLevel ValueLevel { get; set; }

Property Value

Type Description
ValueLevel

A ValueLevel enumeration value.

Available values:

Show 14 items
Name Description
Value

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

Value_1

Indicates the First value of a series point, where the series view belongs to the Side-by-Side Range Bar, Overlapped Range Bar or Gantt view types.

Value_2

Indicates the Second value of a series point, where the series view belongs to the Side-by-Side Range Bar, Overlapped Range Bar or Gantt view types.

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.

Weight

Indicates the weight value of a series point where a series view is a bubble view.

BoxPlotMin

Indicates the Min value of a series point, where the series view belongs to the Box Plot view type.

BoxPlotQuartile_1

Indicates the First Quartile value of a series point, where the series view belongs to the Box Plot view type.

BoxPlotMedian

Indicates the Median value of a series point, where the series view belongs to the Box Plot view type.

BoxPlotQuartile_3

Indicates the Third Quartile value of a series point, where the series view belongs to the Box Plot view type.

BoxPlotMax

Indicates the Max value of a series point, where the series view belongs to the Box Plot view type.

BoxPlotMean

Indicates the Mean value of a series point, where the series view belongs to the Box Plot view type.

Property Paths

You can access this nested property as listed below:

Show 42 property paths
Object Type Path to ValueLevel
AreaSeriesView
.RangeControlOptions.ValueLevel
AreaSeriesViewBase
.RangeControlOptions.ValueLevel
BarSeriesView
.RangeControlOptions.ValueLevel
BoxPlotSeriesView
.RangeControlOptions.ValueLevel
BubbleSeriesView
.RangeControlOptions.ValueLevel
CandleStickSeriesView
.RangeControlOptions.ValueLevel
FinancialSeriesViewBase
.RangeControlOptions.ValueLevel
FullStackedAreaSeriesView
.RangeControlOptions.ValueLevel
FullStackedBarSeriesView
.RangeControlOptions.ValueLevel
FullStackedLineSeriesView
.RangeControlOptions.ValueLevel
FullStackedSplineAreaSeriesView
.RangeControlOptions.ValueLevel
FullStackedStepAreaSeriesView
.RangeControlOptions.ValueLevel
GanttSeriesView
.RangeControlOptions.ValueLevel
LineSeriesView
.RangeControlOptions.ValueLevel
OverlappedGanttSeriesView
.RangeControlOptions.ValueLevel
OverlappedRangeBarSeriesView
.RangeControlOptions.ValueLevel
PointSeriesView
.RangeControlOptions.ValueLevel
PointSeriesViewBase
.RangeControlOptions.ValueLevel
RangeAreaSeriesView
.RangeControlOptions.ValueLevel
RangeBarSeriesView
.RangeControlOptions.ValueLevel
ScatterLineSeriesView
.RangeControlOptions.ValueLevel
SeriesViewColorEachSupportBase
.RangeControlOptions.ValueLevel
SideBySideBarSeriesView
.RangeControlOptions.ValueLevel
SideBySideFullStackedBarSeriesView
.RangeControlOptions.ValueLevel
SideBySideGanttSeriesView
.RangeControlOptions.ValueLevel
SideBySideRangeBarSeriesView
.RangeControlOptions.ValueLevel
SideBySideStackedBarSeriesView
.RangeControlOptions.ValueLevel
SplineAreaSeriesView
.RangeControlOptions.ValueLevel
SplineSeriesView
.RangeControlOptions.ValueLevel
StackedAreaSeriesView
.RangeControlOptions.ValueLevel
StackedBarSeriesView
.RangeControlOptions.ValueLevel
StackedLineSeriesView
.RangeControlOptions.ValueLevel
StackedSplineAreaSeriesView
.RangeControlOptions.ValueLevel
StackedStepAreaSeriesView
.RangeControlOptions.ValueLevel
StepAreaSeriesView
.RangeControlOptions.ValueLevel
StepLineSeriesView
.RangeControlOptions.ValueLevel
StockSeriesView
.RangeControlOptions.ValueLevel
SwiftPlotSeriesView
.RangeControlOptions.ValueLevel
SwiftPlotSeriesViewBase
.RangeControlOptions.ValueLevel
WaterfallSeriesView
.RangeControlOptions.ValueLevel
XYDiagram2DSeriesViewBase
.RangeControlOptions.ValueLevel
XYDiagramSeriesViewBase
.RangeControlOptions.ValueLevel
See Also