Page 1 of 1

Unable to display top axis

Posted: Tue Mar 20, 2007 11:38 am
by 8125470
Version 1.1.2531.28391

Unable to display top axis (or anything related to the top axis)

Posted: Tue Mar 20, 2007 1:26 pm
by narcis
Hi VH1,

It is most likely that you haven't associated top axis to any series:

Code: Select all

			tower1.HorizAxis = Steema.TeeChart.Styles.HorizontalAxis.Top;
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.

Posted: Tue Mar 20, 2007 2:05 pm
by 8125470
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

Posted: Tue Mar 20, 2007 3:06 pm
by narcis
Hi VH1,

Thank you for your comments. We advise you to create a simpler axes editor for your users.