TAChart: Fix legend issue #39313

This commit is contained in:
wp_xyz 2021-08-07 22:46:13 +02:00
parent 3a1be2a4bc
commit d8073fb5df

View File

@ -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