Page 1 of 1

How to display custom vertical axis labels on BOTH sides.

Posted: Tue Dec 01, 2009 1:03 am
by 10548832
I am having problems displaying customvertical axis labels on both left and right sides. I know it can be done as I see it on the Tee8 demo. What am I missing?

Re: How to display custom vertical axis labels on BOTH sides.

Posted: Tue Dec 01, 2009 8:11 am
by narcis
Hi Phineas,

This can only be achieved using standard axes and using this code:

Code: Select all

  Series1.VertAxis:=aBothVertAxis;
However, only one custom vertical axis and one custom horizontal axis can be assigned to each series.

For further axes information please read tutorial 4. Tutorials can be found at TeeChart's program group.