IndicatorPoint.GetNumericValue(IndicatorValueLevel) Method
Returns the indicator point’s value for the specified indicator value level.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| valueLevel | IndicatorValueLevel | The indicator level. |
Returns
| Type | Description |
|---|---|
| Nullable<Double> | The value for the specified indicator line. |
See Also