Multi scale chart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Calou
Advanced
Posts: 104
Joined: Wed Nov 19, 2008 12:00 am

Multi scale chart

Post by Calou » Tue Apr 28, 2009 12:56 pm

Hello,

I have to draw multiple series on the same chart that have different left axis values. For example one series has y values between 0-10 one other between 100-200 one other between 1000-1500 ...

Is it possible to do that and if yes what is the best way to do that with Tchar component?
Is there is some examples too?

Thank you very much for help

Regards

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

Post by Yeray » Tue Apr 28, 2009 1:16 pm

Hi Calou,

I think that you could do something similar than the example at All features/Axes/Multiple at Runtime. Could you take a look at it and tell us if that was what you were thinking on?
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

Calou
Advanced
Posts: 104
Joined: Wed Nov 19, 2008 12:00 am

Post by Calou » Tue Apr 28, 2009 2:10 pm

Hello Yeray,

I prefer to have the series on the same chart and have several left axis (one per series see the link)
http://www.cijoint.fr/cjlink.php?file=c ... bOnDnT.jpg

Thank you

Regards

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

Post by Yeray » Tue Apr 28, 2009 2:22 pm

Hi Calou,

Here there is an example I made some time ago that achieves that.
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