From 2d381f05b1ff6d4ec5965e33fa7baf12c7f07b8f Mon Sep 17 00:00:00 2001 From: wp_xyz Date: Sat, 7 Aug 2021 22:46:13 +0200 Subject: [PATCH] TAChart: Fix legend issue #39313 --- components/tachart/tacustomsource.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tachart/tacustomsource.pas b/components/tachart/tacustomsource.pas index 4d0072d967..e8c972bcdb 100644 --- a/components/tachart/tacustomsource.pas +++ b/components/tachart/tacustomsource.pas @@ -250,7 +250,7 @@ type function FormatItem( const AFormat: String; AIndex, AYIndex: Integer): String; inline; function FormatItemXYText( - const AFormat: String; const AX, AY: Double; const AText: String): String; + const AFormat: String; const AX, AY: Double; AText: String): String; function GetEnumerator: TCustomChartSourceEnumerator; function GetXErrorBarLimits(APointIndex: Integer; out AUpperLimit, ALowerLimit: Double): Boolean; @@ -1197,7 +1197,7 @@ begin end; function TCustomChartSource.FormatItemXYText( - const AFormat: String; const AX, AY: Double; const AText: String): String; + const AFormat: String; const AX, AY: Double; AText: String): String; const TO_PERCENT = 100; var