DrawLineTool: how do I know when user click and resize the l

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Fang
Newbie
Newbie
Posts: 66
Joined: Wed Oct 13, 2004 4:00 am

DrawLineTool: how do I know when user click and resize the l

Post by Fang » Wed Apr 26, 2006 12:59 pm

for TDrawLineTool, how do I know when user clicks and resizes the line?

Wish: line end style, ex point, arrow

Thanks.
Fang

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 08, 2006 11:34 am

Hi Fang,
for TDrawLineTool, how do I know when user clicks and resizes the line?
To know this you will have to use the MouseDown,MouseUp and MouseMove events of the TChart checking if a line is selected.
Wish: line end style, ex point, arrow
Added on our wish list.

Post Reply