additional axis

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Torte
Newbie
Newbie
Posts: 19
Joined: Fri Sep 16, 2005 4:00 am

additional axis

Post by Torte » Thu Mar 16, 2006 2:09 pm

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

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

Post by Narcís » Thu Mar 16, 2006 2:26 pm

Hi robert,

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

Post Reply