TAChart: Fix incompletely displayed series marks for style smsLabelPercentTotal (issue #32202)

git-svn-id: trunk@55591 -
This commit is contained in:
wp 2017-07-25 15:48:12 +00:00
parent 6d353c9b73
commit cc1d5383c1

View File

@ -305,7 +305,7 @@ const
'%2:s %0:.9g', // smsLabelValue
'%2:s', // smsLegend: not sure what it means, left for Delphi compatibility
'%1:.2f%% of %3:g', // smsPercentTotal
'%1:.2f%% of %3:g', // smsLabelPercentTotal
'%2:s %1:.2f%% of %3:g', // smsLabelPercentTotal
'%4:.9g' // smsXValue
);
ZeroDoublePoint: TDoublePoint = (X: 0; Y: 0);