Sorry to be a pain, but now I am struggling with the positioning of the right axis.
I really need the position of the axis to remain a constant distance from the side of the chart panel regardless of the label length.
I have tried:
chart.axes.right.automatic = false (this makes little difference in general)
chart.axes.right.labels.autosize = false
chart.axes.right.labels.size.width = 40
I have two charts stacked on top of one another so I really need the right side axes to line up.
Thanks
Axes position
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Axes position
Hi rossmc,
Try using Labels.Customsize for that:
Hope this helps!
Try using Labels.Customsize for that:
Code: Select all
tChart1.Axes.Right.Labels.CustomSize = 40;
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 |