Skip to main content
A newer version of this page is available. .

IndicatorPoint.Values Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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