Fixed TCursorTool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
optima
Newbie
Newbie
Posts: 2
Joined: Wed Mar 11, 2009 12:00 am

Fixed TCursorTool

Post by optima » Wed Oct 20, 2010 12:05 pm

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.

optima
Newbie
Newbie
Posts: 2
Joined: Wed Mar 11, 2009 12:00 am

Re: Fixed TCursorTool

Post by optima » Wed Oct 20, 2010 1:48 pm

I just saw that the TColorLine has an AllowDrag property so I used this tool instead of TCursorTool and it does what I want.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Fixed TCursorTool

Post by Yeray » Wed Oct 20, 2010 3:42 pm

Hi optima,

I'm glad to hear that you've solved it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply