SeriesPoint.GetNumericValue(ValueLevel) Method
Returns the series point numeric value.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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