mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 19:40:20 +02:00
TAChart: Add Chart and NearestGraphPoint properties to data tools
git-svn-id: trunk@32023 -
This commit is contained in:
parent
0dc543f26e
commit
2411bc6d12
@ -99,6 +99,8 @@ type
|
||||
|
||||
procedure Activate; virtual;
|
||||
procedure Deactivate; virtual;
|
||||
public
|
||||
property Chart: TChart read FChart;
|
||||
end;
|
||||
|
||||
TChartToolEventId = (
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user