Mouse wheel is not filtered from sending messages to a chart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
achristouio
Newbie
Newbie
Posts: 21
Joined: Mon Jan 23, 2006 12:00 am

Mouse wheel is not filtered from sending messages to a chart

Post by achristouio » Wed Sep 26, 2007 10:35 am

How do I disable the mouse wheel to change eg. zooming in a chart?
I have disabled both scrolling and zooming using the mouse, but the wheel still do working changing layout in a chart where a scrollbox contain 1 to up to 100 charts stacked vertically (one for each day)

I want to give the scrollbox the input of the wheeler, not the chart the mouse is above.

I think the remedy is to disable the wheel function in the tchart but didn't find that as an option in v.7 that I uses.

xxxxxx
Advanced
Posts: 128
Joined: Tue Jun 19, 2007 12:00 am
Location: Russia
Contact:

Post by xxxxxx » Wed Sep 26, 2007 11:26 am

TeeUseMouseWheel:=False
Regards, Alexander
=================
TeeChart Pro v8.05, Delphi 5 & Turbo Delphi Professional for Win32., Delphi & C++Builder 2009

achristouio
Newbie
Newbie
Posts: 21
Joined: Mon Jan 23, 2006 12:00 am

Post by achristouio » Wed Sep 26, 2007 1:33 pm

9047589 wrote:TeeUseMouseWheel:=False
Thanx

Post Reply