mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-19 22:08:23 +02:00
TAChart: Fix legend issue #39313
This commit is contained in:
parent
41db5da688
commit
2d381f05b1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user