TChartSeries.YValueToText
TChartSeries
function YValueToText(Const AValue: TAxisValue): String;
Unit
TeEngine
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 TChartAxis.LabelValue function.