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
Custom Axis enable otherside-checkbox
-
- Newbie
- Posts: 3
- Joined: Fri Dec 07, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Mandi,
This works fine for me here either at designtime and at runtime using this code:
Which TeeChart version are you using?
Thanks in advance.
This works fine for me here either at designtime and at runtime using this code:
Code: Select all
Chart1.CustomAxes.Items[0].OtherSide:=true;
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |