Back to Devexpress

AxisBase.GetScaleValueFromInternal(Double) Method

wpf-devexpress-dot-xpf-dot-charts-dot-axisbase-dot-getscalevaluefrominternal-x28-system-dot-double-x29.md

latest1.6 KB
Original Source

AxisBase.GetScaleValueFromInternal(Double) Method

Converts the specified internal value of the current X-axis scale to a scale value.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public object GetScaleValueFromInternal(
    double internalValue
)
vb
Public Function GetScaleValueFromInternal(
    internalValue As Double
) As Object

Parameters

NameTypeDescription
internalValueDouble

A Double value which specifies an internal value to convert.

|

Returns

TypeDescription
Object

A Object value that represents a scale value.

|

Remarks

Use the GetScaleValueFromInternal method to obtain a qualitative axis value from the internal numerical equivalent.

See Also

AxisBase Class

AxisBase Members

DevExpress.Xpf.Charts Namespace