Page 1 of 1

Custom Axis enable otherside-checkbox

Posted: Sun Oct 05, 2008 1:36 pm
by 10047643
Hi

I can't enable the otherside - checkbox to use custom axis on right side of chart.

Or how to use custom axis on right side ?

When I download the demo I can enable the checkbox ?

Many thanks
Mandi

Posted: Mon Oct 06, 2008 8:12 am
by narcis
Hi Mandi,

This works fine for me here either at designtime and at runtime using this code:

Code: Select all

  Chart1.CustomAxes.Items[0].OtherSide:=true;
Which TeeChart version are you using?

Thanks in advance.