Left axis title overwritten by axis labels

TeeChart for ActiveX, COM and ASP
Post Reply
Paul2
Newbie
Newbie
Posts: 7
Joined: Fri Feb 17, 2006 12:00 am

Left axis title overwritten by axis labels

Post by Paul2 » Thu Mar 02, 2006 8:32 pm

I have a graph with a title on the left axis. At some scales (some values of axis labels), the labels and title occupy the same space.

Also, there's another graph directly underneath and aligned with this one, and with the exact same width. But this one's axis title is several pixels to the left of the first (and this one does not get overwritten).

How can I control the placement of the axis title?

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

Post by Narcís » Fri Mar 03, 2006 9:06 am

Hi Paul2,

You can control that by increasing the labels size:

Code: Select all

TChart1.Axis.Left.Labels.Size = 50
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