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.
Multiple Axes on Chart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 2
- Joined: Wed Jun 09, 2004 4:00 am
I gathered that was what I was after, I was sort of hoping for a bit of assistance making a custom axis.9343260 wrote:Why don't you use CustomAxes ?
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.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.
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.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Stuart,
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.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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |