Page 1 of 1

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

Posted: Wed Apr 26, 2006 12:59 pm
by 9234539
for TDrawLineTool, how do I know when user clicks and resizes the line?

Wish: line end style, ex point, arrow

Thanks.
Fang

Posted: Mon May 08, 2006 11:34 am
by Pep
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.