Hi Folks,
during runtime I create a new chart and custom axis custum 0 til custom 5.
. Cpp code
pFastLineSeries -> VertAxis = aLeftAxis; // OK
pFastLineSeries -> VertAxis = aRightAxis;// OK
pFastLineSeries -> VertAxis = aCustomVertAxis;// not ok
When I control the chart wiht the chart-editor, I see that the 3. series has set vertical axis "Left"! What I'm doing wrong?
Thank you for an answer!
Kind regards
Dieter
Series Vertical Axis
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Series Vertical Axis
Hi Dieter,
You should assign custom axes using VerticalAxisCustom and HorizontalAxisCustom properties as shown in tutorial 4 or in the examples here. Tutorials can be found at TeeChart's program group.
Hope this helps!
You should assign custom axes using VerticalAxisCustom and HorizontalAxisCustom properties as shown in tutorial 4 or in the examples here. Tutorials can be found at TeeChart's program group.
Hope this helps!
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 |
Re: Series Vertical Axis
Ok, I understand.
Thank you!
Kind regards
Dieter
Thank you!
Kind regards
Dieter