Back to Devexpress

RangeControlOptions.ValueLevel Property

wpf-devexpress-dot-xpf-dot-charts-dot-rangecontrolclient-dot-rangecontroloptions-440d9a2a.md

latest3.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ValueLevel ValueLevel { get; set; }
vb
Public Property ValueLevel As ValueLevel

Property Value

TypeDescription
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

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

Object TypePath to ValueLevel
XYSeries2D

.RangeControlOptions .ValueLevel

|

See Also

RangeControlOptions Class

RangeControlOptions Members

DevExpress.Xpf.Charts.RangeControlClient Namespace