Hi,
In one of my graphs I use the Axes.Top and there I would like
to have the labels on the inside of the axis instead of the outside
(helps keep the labels away from the Series-legends checkboxes.
In general, is there a way to have the labels (and perhaps the ticks,too)
drawn on the inside of the graph? I've not seen such a thing in any
of the demos. But perhaps you have a workaround.
Many Thanks,
fano
Is it possible to have Axis labels on the Inside?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi fano,
You can use an horizontal custom axis and set its position to OtherSide, i.e.:
You can use an horizontal custom axis and set its position to OtherSide, i.e.:
Code: Select all
axis1.OtherSide = true;
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 |