I want to make so that 2 fast line series doesn't overlap with each other on same chart.
The firt is on the upper part of the chart, has its own Y axis label and value
The scond one is below the first , and has its own Y axis label and value too.
Both series has same X axis value.
I want to implement something like this:
click button A, allow fast line series to overlap
click button B, separate each fast line series
2 series no overlaping
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Herman,
Then I'd suggest you to use custom vertical axes. You can look at "Tutorial 4 - Axis Control". You'll find the tutorials at TeeChart's documentation folder.
Then I'd suggest you to use custom vertical axes. You can 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 |
I just check the TeeChart7 Pro 7 demo.
In Axed-> Multiple at runtime example. It is exactly what i want to do.
When i try this example:
1. Three series (red, green, yellow), and the Y label of each series is ok.
2. Unchecked the single axis, it works ok too.
3. Re-Checked the single axis option. The result it not like the step 1.
When i click the source code tab, I can not see the source code.
Only a configure button.
Can you give me the source for this example?
and how to solve the step 3 problem?
thank you
In Axed-> Multiple at runtime example. It is exactly what i want to do.
When i try this example:
1. Three series (red, green, yellow), and the Y label of each series is ok.
2. Unchecked the single axis, it works ok too.
3. Re-Checked the single axis option. The result it not like the step 1.
When i click the source code tab, I can not see the source code.
Only a configure button.
Can you give me the source for this example?
and how to solve the step 3 problem?
thank you
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Herman,
Regarding step 3, it works fine for me here using v7.06. Which TeeChart version are you using? If you can't solve this could you please post a sreen-shot of what you are saying?
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
Regarding the features demo sources, you'll find them here
C:\Program Files\Steema Software\TeeChart 706 for Delphi 7\Examples\Features (Default english installation path for TeeChart Pro v7.06 and Delphi 7).
Regarding step 3, it works fine for me here using v7.06. Which TeeChart version are you using? If you can't solve this could you please post a sreen-shot of what you are saying?
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
Regarding the features demo sources, you'll find them here
C:\Program Files\Steema Software\TeeChart 706 for Delphi 7\Examples\Features (Default english installation path for TeeChart Pro v7.06 and Delphi 7).
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 |