mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
TAChart: Add default values for parameters of TListChartSource.Add
git-svn-id: trunk@28776 -
This commit is contained in:
parent
677bf459b2
commit
14e195bce8
@ -111,7 +111,8 @@ type
|
||||
destructor Destroy; override;
|
||||
public
|
||||
function Add(
|
||||
AX, AY: Double; const ALabel: String; AColor: TChartColor): Integer;
|
||||
AX, AY: Double; const ALabel: String = '';
|
||||
AColor: TChartColor = clTAColor): Integer;
|
||||
procedure Clear;
|
||||
procedure CopyForm(ASource: TCustomChartSource);
|
||||
procedure Delete(AIndex: Integer); inline;
|
||||
|
Loading…
Reference in New Issue
Block a user