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