Returns the string to display at Legend for a given series and point index.
public String FormattedValueLegend(Series aSeries,
Int32 valueIndex)

Remarks


The FormattedValueLegend function returns the string representation of a Series Point value just as it would appear in Chart.Legend.
The ValueIndex parameter is the point index.
The Legend.TextStyle property and all other TChartLegend properties are used to create the resulting string.

See Also

Chart Class | Chart Members | Steema.TeeChart Namespace