IndicatorPoint.Values Property
Returns the indicator’s point values that the Crosshair Cursor highlights.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
Double[] | The indicator point’s values. |
Remarks
Use the IndicatorPoint.GetNumericValue method to receive the indicator point’s numeric value for the specified indicator level. Use the IndicatorPoint.Argument property to obtain the indicator point’s argument.
See Also