mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 12:19:35 +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 Activate; virtual;
|
||||||
procedure Deactivate; virtual;
|
procedure Deactivate; virtual;
|
||||||
|
public
|
||||||
|
property Chart: TChart read FChart;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TChartToolEventId = (
|
TChartToolEventId = (
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user