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

AxisBase.GetScaleInternalValue(String) Method

Converts the specified qualitative value to an internal numeric format of the current axis scale.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public double GetScaleInternalValue(
    string qualitativeValue
)

Parameters

Name Type Description
qualitativeValue String

A String which specifies a qualitative value to convert.

Returns

Type Description
Double

A Double value which represents an axis value in the internal format; if the string value doesn’t exist, returns System.Double.NaN.

Remarks

Use the GetScaleInternalValue method, to obtain an internal numerical equivalent of a qualitative axis value.

Note

This method returns System.Double.NaN if the string value doesn’t exist.

For more information, refer to Axis Scale Types.

See Also