Overwriting axis footer title with caption

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
TestAlways
Advanced
Posts: 228
Joined: Tue Aug 28, 2007 12:00 am
Location: Oregon, USA

Overwriting axis footer title with caption

Post by TestAlways » Fri Jan 04, 2008 1:31 am

In a few bar series in a chart, I have some CR (#13) characters, which cause it to overwrite with the bottom axis caption:

Image

How can I fix this?

Thank you.

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

Post by Yeray » Fri Jan 04, 2008 9:32 am

Hi TestAlways,

You could solve this using the following, for example:

Code: Select all

Chart1.Axes.Bottom.LabelsSize:=30;
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

Post Reply