Combination chart?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
vinc64
Newbie
Newbie
Posts: 30
Joined: Fri Jan 23, 2009 12:00 am

Combination chart?

Post by vinc64 » Mon May 02, 2011 2:07 pm

Hi,

I would like to create a chart with two series, one line series and one bar series. I wold like the left-axis to reflect the values of the line series and the right axis the values of the bar series. The values of the line series are much higher than the bar series and therefore the chart should not scale everything according to the higher values. Right now the chart shows the bar chart as very tiny since the line series values are much higher (e.g. bar chart values around 10, line series values around 100).
How can I have the two series combines in one chart but scaled separately?

Thanks in advance for any help.

Vincenzo

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

Re: Combination chart?

Post by Narcís » Mon May 02, 2011 2:18 pm

Hi Vincenzo,

As you already set, you need to set a different vertical axis for each series. Please have a look Tutorial 4 - Axis Control, specially at the Choose Axes for a Series section. Tutorials are available at TeeChart's program group.

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

vinc64
Newbie
Newbie
Posts: 30
Joined: Fri Jan 23, 2009 12:00 am

Re: Combination chart?

Post by vinc64 » Mon May 02, 2011 2:26 pm

Hi Narcis,

Thanks a lot for the prompt and helpful reply (managed to change it).

Regards,
Vincenzo

Post Reply