Page 1 of 1

ZoomPercent

Posted: Wed Feb 13, 2008 4:37 am
by 9243843
Hi,

I am using bar series. I just want to know whether it is possible to stop the bar float up when I use ZoomPercent(), I only want to zoom in horizantal NOT vertical, is it possible ? Thanks

Daniel

Posted: Wed Feb 13, 2008 11:53 am
by narcis
Hi Daniel,

Yes, you can set zoom direction like this:

Code: Select all

  Chart1.Zoom.Direction:=tzdHorizontal;