TCustomChart.FormattedValueLegend
TCustomChart
function FormattedValueLegend(ASeries: TChartSeries; ValueIndex: Integer): String; override;
Unit
Chart
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.