mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 14:54:42 +01:00
TAChart: Fix incompletely displayed series marks for style smsLabelPercentTotal (issue #32202)
git-svn-id: trunk@55591 -
This commit is contained in:
parent
6d353c9b73
commit
cc1d5383c1
@ -305,7 +305,7 @@ const
|
|||||||
'%2:s %0:.9g', // smsLabelValue
|
'%2:s %0:.9g', // smsLabelValue
|
||||||
'%2:s', // smsLegend: not sure what it means, left for Delphi compatibility
|
'%2:s', // smsLegend: not sure what it means, left for Delphi compatibility
|
||||||
'%1:.2f%% of %3:g', // smsPercentTotal
|
'%1:.2f%% of %3:g', // smsPercentTotal
|
||||||
'%1:.2f%% of %3:g', // smsLabelPercentTotal
|
'%2:s %1:.2f%% of %3:g', // smsLabelPercentTotal
|
||||||
'%4:.9g' // smsXValue
|
'%4:.9g' // smsXValue
|
||||||
);
|
);
|
||||||
ZeroDoublePoint: TDoublePoint = (X: 0; Y: 0);
|
ZeroDoublePoint: TDoublePoint = (X: 0; Y: 0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user