TAChart: Add default values for parameters of TListChartSource.Add

git-svn-id: trunk@28776 -
This commit is contained in:
ask 2010-12-20 06:54:44 +00:00
parent 677bf459b2
commit 14e195bce8

View File

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