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 Deactivate; virtual;
public
property Chart: TChart read FChart;
end;
TChartToolEventId = (

View File

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