How to display custom vertical axis labels on BOTH sides.

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Phineas
Newbie
Newbie
Posts: 18
Joined: Wed Apr 09, 2008 12:00 am

How to display custom vertical axis labels on BOTH sides.

Post by Phineas » Tue Dec 01, 2009 1:03 am

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

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

Post by Narcís » Tue Dec 01, 2009 8:11 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply