mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 05:19:31 +02:00
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:
parent
443678d530
commit
06c1ab9a43
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user