Mouse-Wheel on Bottom-Axs

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
mkaul
Newbie
Newbie
Posts: 9
Joined: Fri Nov 15, 2002 12:00 am
Location: Germany
Contact:

Mouse-Wheel on Bottom-Axs

Post by mkaul » Tue Apr 20, 2004 12:24 pm

Hi

On default the Mouse-Wheel scrolls the Left-Axis. How can I switch this
to the Bottom-Axis ?

regards
Martin

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

Post by Pep » Tue Apr 20, 2004 4:06 pm

Hi Martin,

to do this you should use the OnMouseWheelDown and OnMouseWheelUp events, setting on these the MinMax for Bottom and left axes.

Post Reply