Skip to main content

IndicatorPoint.GetNumericValue(IndicatorValueLevel) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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