TeeChart and Mousewheel scrolling

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Obelix
Newbie
Newbie
Posts: 10
Joined: Thu Oct 21, 2004 4:00 am

TeeChart and Mousewheel scrolling

Post by Obelix » Fri Oct 29, 2004 9:59 am

Please, how can I change the scrolling direction of the mouse wheel in Teechart?
Enabled mousewheel via TeeUseMouseWheel := Mouse.WheelPresent and setting the focus to the chart, but the scrolling direction is the opposite of all other window applications and delphi components
:roll:

Thanks.

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Oct 29, 2004 11:13 am

Hi,

this feature is not yet available, we'll add it for the next version . In meantime if it does not work in the desired mode you can disable it setting the global variable TeeUseMouseWheel to false.

Post Reply