TAChart: Trivial hint fixes

git-svn-id: trunk@21892 -
This commit is contained in:
ask 2009-09-27 11:28:36 +00:00
parent 49a19e71af
commit b3570afa1e
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ interface
uses
Classes, Graphics, SysUtils,
TAChartUtils, TAGraph, TALegend, TASources, TATypes;
TAChartUtils, TAGraph, TASources, TATypes;
type
{ TCustomChartSeries }

View File

@ -153,11 +153,11 @@ type
procedure SetShowPoints(Value: Boolean);
protected
procedure AfterAdd; override;
procedure GetLegendItems(AItems: TChartLegendItems); override;
function GetNearestPoint(
ADistFunc: TPointDistFunc; const APoint: TPoint;
out AIndex: Integer; out AImg: TPoint; out AValue: TDoublePoint): Boolean;
override;
procedure GetLegendItems(AItems: TChartLegendItems); override;
function GetSeriesColor: TColor; override;
procedure SetSeriesColor(const AValue: TColor); override;
public