ISeries.PercentFormat
ISeries

property PercentFormat: WideString;

Type Library
TeeChartx

Description
Chart Series classes have a PercentFormat property. PercentFormat is a standard string specifier. It is used to draw the Series Marks Percent Style figures. See also ValueFormat

Example [Visual Basic]:

TChart1.Series(0).PercentFormat = "##0.0# %"