Page 1 of 1

Creating a right custom vertical axis

Posted: Sun Apr 29, 2007 3:42 am
by 9234349
Hi,

I have created a custom vertical axis, and it works, but it is displayed on the left side of the chart. How do I create one that gets displayed on the right side of the chart?

Thanks,

Bill

Posted: Mon Apr 30, 2007 9:04 am
by yeray
Hi Bill,

You should do the following:

Code: Select all

Chart1.CustomAxes.Items[0].OtherSide := true;

Posted: Mon Apr 30, 2007 2:22 pm
by 9234349
Hi Veray,

Thank you. that works.

Bill