TAChart: Add Chart and NearestGraphPoint properties to data tools

git-svn-id: trunk@32023 -
This commit is contained in:
ask 2011-08-21 01:10:04 +00:00
parent 0dc543f26e
commit 2411bc6d12
2 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,8 @@ type
procedure Activate; virtual; procedure Activate; virtual;
procedure Deactivate; virtual; procedure Deactivate; virtual;
public
property Chart: TChart read FChart;
end; end;
TChartToolEventId = ( TChartToolEventId = (

View File

@ -308,6 +308,7 @@ type
public public
constructor Create(AOwner: TComponent); override; constructor Create(AOwner: TComponent); override;
public public
property NearestGraphPoint: TDoublePoint read FNearestGraphPoint;
property PointIndex: Integer read FPointIndex; property PointIndex: Integer read FPointIndex;
property Series: TBasicChartSeries read FSeries; property Series: TBasicChartSeries read FSeries;
published published