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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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