Multiple Axes on Chart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Stuart Johnson
Newbie
Newbie
Posts: 2
Joined: Wed Jun 09, 2004 4:00 am

Multiple Axes on Chart

Post by Stuart Johnson » Wed Aug 30, 2006 6:56 am

Hi Folks,

I'm designing a chart which has 10 series. 4 of these series need their own scale. I can work out how to assign a series to the left or right axes, but I can't work out how to add these other ones with a different scale.

What Im looking for is: on the left side, I need price and volume, on the right hand side, I need price/unit and price/case.

Is this possible to do at all? If so, can you let me know how?

I'm using TCharPro v7 for Delphi 7.

Thanks very much for any help,

Stuart.

bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

Post by bertrod » Wed Aug 30, 2006 9:05 am

Why don't you use CustomAxes ? :?:

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 Aug 30, 2006 9:12 am

Hi Stuart,

To achieve that you should use custom axes as bertrod suggested. For more information on how to use them you could look at Tutorial 4 - Axis Control. You'll find the tutorials at TeeChart's documentation folder.
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

Stuart Johnson
Newbie
Newbie
Posts: 2
Joined: Wed Jun 09, 2004 4:00 am

Post by Stuart Johnson » Wed Aug 30, 2006 10:56 pm

9343260 wrote:Why don't you use CustomAxes ? :?:
I gathered that was what I was after, I was sort of hoping for a bit of assistance making a custom axis.
narcis wrote:To achieve that you should use custom axes as bertrod suggested. For more information on how to use them you could look at Tutorial 4 - Axis Control. You'll find the tutorials at TeeChart's documentation folder.
I can't seem to find this documentation folder on my computer, and when I re-install the software, the only folders I get are Source and TeeTree under the TeeChart Pro 7.07 Full Source Code folder.

We dont have any hard copy manuals for TChart either as the copy we purchased we just downloaded.

I'm going to see if I can find a manual to download off this site.

Any more information would be greatly appreciated.

Cheers!

Stuart.

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

Post by Narcís » Thu Aug 31, 2006 7:50 am

Hi Stuart,

I can't seem to find this documentation folder on my computer, and when I re-install the software, the only folders I get are Source and TeeTree under the TeeChart Pro 7.07 Full Source Code folder.
Ok, this means you only installed using the source code installer. Being a source code customer you are also allowed to download the binary installers for each IDE, you'll find them at the client area. The binary installers include full documenation, examples, help files, etc. Our recomendation is to first run the binary installer and then run the source code installer so that you can benefit from both versions.
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