public String FormattedValue(Series aSeries,
Int32 valueIndex)
Remarks
This function returns the corresponding Legend text for the Series ValueIndex point. The Legend.LegendTextStyle property is used to properly format the point values and labels.
Example
This code shows the same text is used to display the Legend 5th item: (point's index starts at zero)
[C#]
MsgBox tChart1.Legend.FormattedValue(0, 3)
See Also
Legend Class | Legend Members | Steema.TeeChart Namespace