mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 21:26:14 +02:00
TAChart: Trivial hint fixes
git-svn-id: trunk@21892 -
This commit is contained in:
parent
49a19e71af
commit
b3570afa1e
@ -24,7 +24,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, Graphics, SysUtils,
|
||||
TAChartUtils, TAGraph, TALegend, TASources, TATypes;
|
||||
TAChartUtils, TAGraph, TASources, TATypes;
|
||||
|
||||
type
|
||||
{ TCustomChartSeries }
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user