From cc1d5383c17c535711fcf717d192fe3b9951d39a Mon Sep 17 00:00:00 2001 From: wp Date: Tue, 25 Jul 2017 15:48:12 +0000 Subject: [PATCH] TAChart: Fix incompletely displayed series marks for style smsLabelPercentTotal (issue #32202) git-svn-id: trunk@55591 - --- components/tachart/tachartutils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tachart/tachartutils.pas b/components/tachart/tachartutils.pas index 74a0cc03f2..a13dd85764 100644 --- a/components/tachart/tachartutils.pas +++ b/components/tachart/tachartutils.pas @@ -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);