Axis Label Overwriting Axis title

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
MTW
Newbie
Newbie
Posts: 18
Joined: Fri Apr 02, 2004 5:00 am

Axis Label Overwriting Axis title

Post by MTW » Tue Sep 26, 2006 8:29 pm

I have a chart that graphs normally. However, when I change the data displayed (one point only associated with the left axis), the chart changes size and the left axis labels overwrites the left axis title. The charts are about an eighth of a screen in size, and font sizes for both are Arial, size 6. I am using 7.07 VCL in BCB 6.0. How do I control the chart margins to prevent this from happening.

Thanks.
M Weingarden

[/img]

bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

Post by bertrod » Wed Sep 27, 2006 7:01 am

Hello,

You can change the Axis.LabelsSize property which define the distance between the axis line and the axis title. 0 means automatic.

Post Reply