Page 1 of 1

Multiple series

Posted: Tue Apr 11, 2006 10:08 pm
by 9637357
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.

Posted: Wed Apr 12, 2006 8:28 am
by narcis
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;