TAChart: Fix legend issue #39313

This commit is contained in:
wp_xyz 2021-08-07 22:46:13 +02:00
parent 41db5da688
commit 2d381f05b1

View File

@ -250,7 +250,7 @@ type
function FormatItem( function FormatItem(
const AFormat: String; AIndex, AYIndex: Integer): String; inline; const AFormat: String; AIndex, AYIndex: Integer): String; inline;
function FormatItemXYText( 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 GetEnumerator: TCustomChartSourceEnumerator;
function GetXErrorBarLimits(APointIndex: Integer; function GetXErrorBarLimits(APointIndex: Integer;
out AUpperLimit, ALowerLimit: Double): Boolean; out AUpperLimit, ALowerLimit: Double): Boolean;
@ -1197,7 +1197,7 @@ begin
end; end;
function TCustomChartSource.FormatItemXYText( 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 const
TO_PERCENT = 100; TO_PERCENT = 100;
var var