ZoomPercent

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
nileiqi
Newbie
Newbie
Posts: 13
Joined: Fri Jan 12, 2007 12:00 am

ZoomPercent

Post by nileiqi » Wed Feb 13, 2008 4:37 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Feb 13, 2008 11:53 am

Hi Daniel,

Yes, you can set zoom direction like this:

Code: Select all

  Chart1.Zoom.Direction:=tzdHorizontal;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply