mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 00:18:18 +02:00
TAChart: Fix legend issue #39313
This commit is contained in:
parent
41db5da688
commit
2d381f05b1
@ -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