Problem with labels over axis

TeeChart for ActiveX, COM and ASP
Post Reply
BWThorp
Newbie
Newbie
Posts: 8
Joined: Fri Apr 02, 2004 5:00 am

Problem with labels over axis

Post by BWThorp » Tue Jun 15, 2004 12:11 pm

I am using TeeChart 6.0 and I noticed a problem when I display a graph label. The label seems to cover the axis data and I have no idea how to change the position of the label.

The following picture shows what I mean (on the right hand side of the graph):
http://pages.cthome.net/bwthorp/graph.jpg

The othe rthing I noticed is that when I zoom in, sometimes it will look OK and sometimes it won't. I guess the drawing is set to automatic, but I don't know how to tell the label to reposition itself.

Any ideas :?:

Regards,

Brigg Thorp
Senior Software Engineer
Timex Corporation

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Jun 16, 2004 10:32 am

Hi Brigg,

you can solve this chaging the Axis label size, i.e :
TChart1.Axis.Right.Labels.Size = 100

Post Reply