TChartSeries.XValueToText
TChartSeries
function XValueToText(Const AValue: TAxisValue): String;
Unit
TeEngine
Description
The XValueToText function returns the formatted text representation of the specified AValue parameter.
The AValue parameter is considered to be an horizontal X coordinate.
It returns the text string corresponding to an hypothetic horizontal Axis Label for that value.
It calls the corresponding horizontal axis TChartAxis.LabelValue function.