TChartSeries.YValueToText

TChartSeries.YValueToText
TChartSeries

function YValueToText(Const AValue: Double): 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 LabelValue function.