Page 1 of 1

Making TCursorTool - non movable - so user cannot drag/drop

Posted: Sun Jan 04, 2009 10:32 am
by 10550741
I use the TCursor tool to display a horizontal line.

I dont want the user to be able to drag and change the position of the line, how could I do that ?

Thanks

Posted: Mon Jan 05, 2009 10:28 am
by narcis
Hi Shimon,

In that case you may better use a TColorLine tool and set its AllowDrag property to false:

Code: Select all

  ChartTool1.AllowDrag:=false;