Hi guys,
I have two left axes. One is custom, the other one the standard left one. I have it all set up nicely. However, the left axis is supposed to be next of the second left one. I can position the axes just fine, but the chart panel is not being "extended" or the canvas are where the data is being drawn is not made smaller. Thus, I can only see one axis, the other one if always scrolled off the visible area of the chart panel.
Any ideas? And yes, I looked at the axes demos
left axes
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi TSool,
Try something like this:
Try something like this:
Code: Select all
Chart1.MarginUnits:=muPercent;
Chart1.MarginLeft:=10;
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 |