TeeChart V6 Horizontal Zoom in Visual Basic

TeeChart for ActiveX, COM and ASP
Post Reply
Gary
Newbie
Newbie
Posts: 7
Joined: Tue Jul 22, 2003 4:00 am

TeeChart V6 Horizontal Zoom in Visual Basic

Post by Gary » Mon Feb 23, 2004 3:11 pm

Hello,

I am trying to find a way to zoom in horizontally only without using the
mouse. I am placing two command buttons on the form, one for zoom and
another for zoom out. The ZoomPercent function appears to only zoom
in/out the entire graph and the zoomRect function is acting very strangely.

Anyone know of a better way to zoom only horizontally using only code and
no mouse events.

Thanks.

--Gary

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

Post by Pep » Tue Feb 24, 2004 9:13 am

Hi Gary,

you can simulate the Horizontal zoom making use of the SetMinMax method of the Bottom axis.

Post Reply