Unable to display top axis

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
VH1
Advanced
Posts: 105
Joined: Thu May 13, 2004 4:00 am
Location: UK

Unable to display top axis

Post by VH1 » Tue Mar 20, 2007 11:38 am

Version 1.1.2531.28391

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Mar 20, 2007 1:26 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

VH1
Advanced
Posts: 105
Joined: Thu May 13, 2004 4:00 am
Location: UK

Post by VH1 » Tue Mar 20, 2007 2:05 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Mar 20, 2007 3:06 pm

Hi VH1,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply