Back to Devexpress

AxisBase.GetScaleInternalValue Method

corelibraries-devexpress-dot-xtracharts-dot-axisbase-dot-getscaleinternalvalue.md

latest1.3 KB
Original Source

AxisBase.GetScaleInternalValue Method

NameParametersDescription
GetScaleInternalValue(DateTime)dateTimeValueConverts the specified date-time value to an internal numeric format of the current X-axis scale.
GetScaleInternalValue(Double)numericValueConverts the specified numeric value to an internal numeric format of the current X-axis scale.
GetScaleInternalValue(String)qualitativeValueConverts the specified qualitative value to an internal numeric format of the current axis scale.
GetScaleInternalValue(TimeSpan)timeSpanValueConverts the specified time-span value to an internal numeric format of the current X-axis scale.