TCustomAxisPanel.FormattedValueLegend
TCustomAxisPanel
function FormattedValueLegend(ASeries: TChartSeries; ValueIndex: Integer): String; virtual;
Unit
TeEngine
Description
The FormattedValueLegend function returns the string representation of a Series Point value just as it would appear in Chart.TCustomChart.Legend.
The ValueIndex parameter is the point index.
The Legend.TCustomChartLegend.TextStyle property and all other TChartLegend properties are used to create the resulting string.