Skip to main content

IndicatorPoint.Values Property

Returns the indicator’s point values that the Crosshair Cursor highlights.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public double[] Values { get; }

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