StockLevel Enum
In This Article
Lists the values used to identify the levels of price data.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Members
Name | Description |
---|---|
Low
|
Specifies the Low value of financial data. |
High
|
Specifies the High value of financial data. |
Open
|
Specifies the Open value of financial data. |
Close
|
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