TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
TestAlways
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA
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:
How can I fix this?
Thank you.
-
Yeray
- Site Admin

- Posts: 9645
- 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;