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.
Multiple series
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi TeeUser,
You need to assign each series vertical axis:
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 |
Instructions - How to post in this forum |