hi there,
I am working on a runtime-option for enabling the right and top axis in addition to the normal enabled left and bottom.
They cannot set to just beeing visible unless the option in the TeeChart Editor( Series -> General ->) to set the horizontal and vertical axis to both, bottom and top - and left and right is not set.
The problem is now that all series which will be shown in the chart will be added at runtime so the general option is not avaible before.
Is there any possibility to set those horizontal and vertical properties at runtime and not in the editor? I did not found them but they are to be there, arent they?
thanks in advance,
robert
additional axis
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi robert,
Yes, this is possible, you need to use, for example:
Yes, this is possible, you need to use, for example:
Code: Select all
line2.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Both;
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 |