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

SeriesPoint.GetNumericValue(ValueLevel) Method

Returns the series point numeric value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public double? GetNumericValue(
    ValueLevel valueLevel
)

Parameters

Name Type Description
valueLevel ValueLevel

The value indicating the series point value that should be returned by this method.

Returns

Type Description
Nullable<Double>

The value of the specified value level.

Remarks

If series point does not contain the value of the specified level, this method returns null (Nothing in Visual Basic).

Note

In the case of several value levels pointing to one value: for example, the Value_2 and Weight value levels indicate one value. This means that you cannot use this method to define a series view type.

See Also