StockLevel Enum
In This Article
Lists the values used to identify the levels of price data in Stock (Candle Stick) charts.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Low |
The Low value is displayed. |
High |
The High value is displayed. |
Open |
The Open value is displayed. |
Close |
The Close value is displayed. |
#Passed To
You can pass StockLevel values to the ReductionStockOptions.Level property.
#Remarks
The values listed by the StockLevel enumeration are used to set the ReductionStockOptions.Level and FinancialSeries2D.ValueToDisplay properties.
See Also