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
Making TCursorTool - non movable - so user cannot drag/drop
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Shimon,
In that case you may better use a TColorLine tool and set its AllowDrag property to false:
In that case you may better use a TColorLine tool and set its AllowDrag property to false:
Code: Select all
ChartTool1.AllowDrag:=false;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |