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

ValueLevel Enum

Lists the values that specify value levels for indicators.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public enum ValueLevel

Members

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.

Remarks

Values listed by the ValueLevel enumeration are used to set the MovingAverage.ValueLevel, RegressionLine.ValueLevel, FinancialIndicator.ValueLevel1 and FinancialIndicator.ValueLevel2 properties.

See Also