Page 1 of 1

TeeChart V6 Horizontal Zoom in Visual Basic

Posted: Mon Feb 23, 2004 3:11 pm
by 9078329
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

Posted: Tue Feb 24, 2004 9:13 am
by Pep
Hi Gary,

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