ISeries.YValueToText
ISeries
function YValueToText(SomeValue: Double): WideString;
Type Library
TeeChartx
Description
The YValueToText function returns the formatted text representation of the specified AValue parameter.
The AValue parameter is considered to be a vertical Y coordinate.
It returns the text string corresponding to an hypothetic vertical Axis Label for that value.
It calls the corresponding vertical axis FormattedValue function.