Multiple series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
TeeUser
Newbie
Newbie
Posts: 14
Joined: Wed Jun 22, 2005 4:00 am
Contact:

Multiple series

Post by TeeUser » Tue Apr 11, 2006 10:08 pm

I have 2 fastline series in one chart, I display the label for one series on the left axis. I want to display the Label for the 2nd series on the right axis.
How do I do this????

Thanks.

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

Post by Narcís » Wed Apr 12, 2006 8:28 am

Hi TeeUser,

You need to assign each series vertical axis:

Code: Select all

      fastLine1.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Left;
      fastLine2.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Right;
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