Version 1.1.2531.28391
Unable to display top axis (or anything related to the top axis)
Unable to display top axis
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi VH1,
It is most likely that you haven't associated top axis to any series:
If axes don't have a series associated they won't be displayed. For more information about axes please read Tutorial 4 - Axis Control. You'll find the tutorials at TeeChart's program group.
It is most likely that you haven't associated top axis to any series:
Code: Select all
tower1.HorizAxis = Steema.TeeChart.Styles.HorizontalAxis.Top;
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 |
Yes, now I can see from Tutorial 6 (Working with Series)
However, I can see that the Chart -> Axes tab is completely useless for editing the axes and it appears to the end user that everything is broken unless...
...The end user knows to change the Horizontal and Vertical Axis Options in the Series -> General tab.
The default Horizontal Axis: Bottom
The default Vertical Axis: Left
To allow the Chart -> Axes tab to work successfully, the following is now required:
The Horizontal Axis: Top and Bottom
The Vertical Axis: Left and Right
However, I can see that the Chart -> Axes tab is completely useless for editing the axes and it appears to the end user that everything is broken unless...
...The end user knows to change the Horizontal and Vertical Axis Options in the Series -> General tab.
The default Horizontal Axis: Bottom
The default Vertical Axis: Left
To allow the Chart -> Axes tab to work successfully, the following is now required:
The Horizontal Axis: Top and Bottom
The Vertical Axis: Left and Right
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi VH1,
Thank you for your comments. We advise you to create a simpler axes editor for your users.
Thank you for your comments. We advise you to create a simpler axes editor for your users.
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 |