TChartSeries.MarkPercent
TChartSeries
function MarkPercent(ValueIndex: Integer; AddTotal: Boolean): String;
Unit
TeEngine
Description
This function returns a textual representation of a Point Value. Series components use this function internally to paint Marks in percent format. This function uses the TChartSeries.PercentFormat formatting string property. When AddTotal is TRUE, then the global string variable PercentOf is used to separate the percent text from the total text. By default, PercentOf string is: " of ".