Synchronize zero axes

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
franckgar
Advanced
Posts: 109
Joined: Thu Nov 04, 2004 5:00 am

Synchronize zero axes

Post by franckgar » Fri Apr 09, 2010 10:29 am

Hi,
is there an option to simply synchronize the zero of left and rigth axes like this :

Image

and not like this

Image

thanks in advance

Yeray
Site Admin
Site Admin
Posts: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Synchronize zero axes

Post by Yeray » Fri Apr 09, 2010 1:28 pm

Hi franckgar,

You should probably control your Left and Right axes manually with SetMinMax method at OnScroll, OnZoom, OnUndoZoom,.. events.
If you have problems with it, please, send us a simple example project we can run as-is to reproduce the problem here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

franckgar
Advanced
Posts: 109
Joined: Thu Nov 04, 2004 5:00 am

Re: Synchronize zero axes

Post by franckgar » Fri Apr 09, 2010 1:52 pm

Thanks for your response
yes of course if I control manualy left and rigth axes I can synchronize theirs zeros ... but I will lose the "automatic scale" of these axes.
Any other solutions ?

regards

Yeray
Site Admin
Site Admin
Posts: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Synchronize zero axes

Post by Yeray » Fri Apr 09, 2010 2:31 pm

Hi franckgar,

If you can arrange a simple example, maybe we will be able to understand better your specific situation and try think in a way to achieve the desired behaviour.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply