Merged revision(s) 55591 #cc1d5383c1 from trunk:

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

git-svn-id: branches/fixes_1_8@55624 -
This commit is contained in:
maxim 2017-08-01 22:33:39 +00:00
parent 443678d530
commit 06c1ab9a43

View File

@ -299,7 +299,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);