Back to Devexpress

IndicatorPoint.GetNumericValue(IndicatorValueLevel) Method

corelibraries-devexpress-dot-xtracharts-dot-indicatorpoint-dot-getnumericvalue-x28-devexpress-dot-xtracharts-dot-indicatorvaluelevel-x29.md

latest1.5 KB
Original Source

IndicatorPoint.GetNumericValue(IndicatorValueLevel) Method

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public double? GetNumericValue(
    IndicatorValueLevel valueLevel
)
vb
Public Function GetNumericValue(
    valueLevel As IndicatorValueLevel
) As Double?

Parameters

NameTypeDescription
valueLevelIndicatorValueLevel

The indicator level.

|

Returns

TypeDescription
Nullable<Double>

The value for the specified indicator line.

|

See Also

IndicatorPoint Class

IndicatorPoint Members

DevExpress.XtraCharts Namespace