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

IndicatorPoint.GetNumericValue(IndicatorValueLevel) Method

Returns the indicator point’s value for the specified indicator value level.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public double? GetNumericValue(
    IndicatorValueLevel valueLevel
)

Parameters

Name Type Description
valueLevel IndicatorValueLevel

The indicator level.

Returns

Type Description
Nullable<Double>

The value for the specified indicator line.

See Also