Axis title overlaps with axis lables

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
mahendran
Newbie
Newbie
Posts: 5
Joined: Mon Jul 27, 2009 12:00 am

Axis title overlaps with axis lables

Post by mahendran » Thu Jul 30, 2009 8:29 am

I have a problem of overlapping axis title with axis lables. How to solve this?

Yeray
Site Admin
Site Admin
Posts: 9586
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Axis title overlaps with axis lables

Post by Yeray » Thu Jul 30, 2009 9:14 am

Hi mahendran,

You could try adding margin to the title:

Code: Select all

Chart1.Title.VertMargin := 50;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

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

Re: Axis title overlaps with axis lables

Post by Narcís » Thu Jul 30, 2009 9:17 am

Hi mahendran,

Another solution can be customising LabelsSize as in the example I posted here:

http://www.teechart.net/support/viewtop ... f=3&t=2906
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