Hi,
I have a custom axis to the left of the Left axis.
On occasion I need to move the custom axis more to the right.
However the .Position property is ReadOnly - not so in the
Chart editor.
How can I dynamically adjust a custom axis?
Thanks,
fano
How to dynamically adjust postion of a custom axis?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi fano,
Use:
Use:
Code: Select all
axis1.PositionUnits = Steema.TeeChart.PositionUnits.Pixels;
axis1.RelativePosition = 20;
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 |