wpf-devexpress-dot-xpf-dot-charts-0c7c7c22.md
Lists the values used to identify the levels of price data.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public enum StockLevel
Public Enum StockLevel
| 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.
|
The following properties accept/return StockLevel values:
The values listed by the StockLevel enumeration are used to set the ReductionStockOptions.Level and FinancialSeries2D.ValueToDisplay properties.
See Also