Page 1 of 1

Link series with right axis

Posted: Mon Nov 17, 2003 4:20 pm
by 8441740
Hi, i manually create the series, for one of the lineseries i want to use a different scale and axis (right axis). Can you show how I link the lineseries to the right axis and how I make the right axis show up.
Thanks
Lasse

Posted: Mon Nov 17, 2003 5:11 pm
by Marjan
Hi, Lasse.

This one is relatively simple. All you must do is set the series VertAxis property to aRightAxis:

Series1.VertAxis := aRightAxis;

Then Series1 will use right axis as it's vertical axis.