Hi,
I want to draw a vertical line in the middle of a specific bar of a TBarSeries but I want this line to be fixed. For that I have used a TCursorTool and set its Style property to cssVertical but I haven't find any property or event that allows me to disable the drag & drop feature of this tool. Is it possible to disable this feature or should I draw my line on TBarSeries.Canvas instead?
Thx in advance for your feedback.
Fixed TCursorTool
Re: Fixed TCursorTool
I just saw that the TColorLine has an AllowDrag property so I used this tool instead of TCursorTool and it does what I want.
Re: Fixed TCursorTool
Hi optima,
I'm glad to hear that you've solved it.
I'm glad to hear that you've solved it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |