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

StockLevel Enum

Lists the values used to identify the levels of price data.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public enum StockLevel

Members

Name Description
LowValue

Specifies the Low value of financial data.

HighValue

Specifies the High value of financial data.

OpenValue

Specifies the Open value of financial data.

CloseValue

Specifies the Close value of financial data.

Related API Members

The following properties accept/return StockLevel values:

Remarks

The values listed by the StockLevel enumeration are used to set the ReductionStockOptions.Level and FinancialSeries2D.ValueToDisplay properties.

See Also