StockPointOptions.ValueLevel Property
Specifies which price value is indicated by series labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
StockLevel | A StockLevel enumeration value. |
Available values:
Name | Description |
---|---|
Low | Specifies the Low level of price data. |
High | Specifies the High level of price data. |
Open | Specifies the Open level of price data. |
Close | Specifies the Close level of price data. |
Remarks
Use the ValueLevel property, to specify which data point value (low, high, open or close) is displayed by labels of a specific series.
The ValueLevel property is in effect only if the PointOptions.PointView property is set to either the Values or Argument.
See Also