Zooming with Custom Axis

TeeChart for ActiveX, COM and ASP
Post Reply
JF
Newbie
Newbie
Posts: 7
Joined: Wed Mar 17, 2004 5:00 am

Zooming with Custom Axis

Post by JF » Mon Jan 19, 2009 11:13 am

Using TeeChart V6 Active X with VB.net

I have a project with a Vertical and Horizontal axis. I have added a custom axis and when the user zooms on the graph I want all the axis to zoom. Currently I zoom and only the vertical axis zooms.

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

Post by Narcís » Mon Jan 19, 2009 11:42 am

Hi JF,

Zooming is not supported on custom axes. Please read this link on how to zoom custom axes. It's a Delphi item but sames applies to other TeeChart versions.

Thanks in advance.
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

JF
Newbie
Newbie
Posts: 7
Joined: Wed Mar 17, 2004 5:00 am

Post by JF » Mon Jan 19, 2009 11:50 am

Thanks for quick response but I don't have

chart.IZoom.Y1

I have chart.Zoom but not y1.....

I also don't have GetVertAxis.

Any help is gratefully recieved.....:)

JF
Newbie
Newbie
Posts: 7
Joined: Wed Mar 17, 2004 5:00 am

Post by JF » Mon Jan 19, 2009 11:59 am

Using the example you showed me,

I have set the min and max of my custom axis to the min and max of the Left axis in the OnZoom property

and in the OnUndoZoom set the custom back to Automatic.

Seems to work ok - still testing !!!

JF
Newbie
Newbie
Posts: 7
Joined: Wed Mar 17, 2004 5:00 am

Post by JF » Mon Jan 19, 2009 12:17 pm

That does work, but would be good if someone could tell me how to zoom on individual series

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

Post by Narcís » Mon Jan 19, 2009 1:54 pm

Hi JF,

For zooming individual series you should have an axes set for that series and only zoom those axes.
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