OnClickBackground event

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Calou
Advanced
Posts: 104
Joined: Wed Nov 19, 2008 12:00 am

OnClickBackground event

Post by Calou » Wed May 06, 2009 10:42 am

Hello,

When i assign an onclickbackgroup event on a chart the zoom function with the mouse doesn't work (i use keyshift=ssctrl)

Thanks for help

Regards

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

Post by Yeray » Wed May 06, 2009 11:31 am

Hi Calou,

Yes you are right. It seems that using OnClickBackground event disables zooming. On the other hand, OnChartClick event seems to respect the zoom.
I've added it to the wish list to be revised for further releases (TV52014132).

In the meanwhile, if you could explain what exactly you would like to achieve, we'll try to think in a satisfying workaround.
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

Calou
Advanced
Posts: 104
Joined: Wed Nov 19, 2008 12:00 am

Post by Calou » Wed May 06, 2009 3:34 pm

Hi,

I used sender.CancelMouse:=FALSE; and now it is good

Thanks

Post Reply