Is it possible to have Axis labels on the Inside?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
fano
Newbie
Newbie
Posts: 56
Joined: Wed Jun 22, 2005 4:00 am
Location: USA, California

Is it possible to have Axis labels on the Inside?

Post by fano » Fri Jun 30, 2006 5:57 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jul 03, 2006 7:31 am

Hi fano,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply