mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 08:29:32 +02:00
TAChart: Fix legend issue #39313
This commit is contained in:
parent
3a1be2a4bc
commit
d8073fb5df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user