Page 1 of 1

Is it possible to have Axis labels on the Inside?

Posted: Fri Jun 30, 2006 5:57 pm
by 9637279
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

Posted: Mon Jul 03, 2006 7:31 am
by narcis
Hi fano,

You can use an horizontal custom axis and set its position to OtherSide, i.e.:

Code: Select all

axis1.OtherSide = true;