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.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public double[] Values { get; }

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