hiding title?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
rotella
Newbie
Newbie
Posts: 7
Joined: Mon Nov 03, 2003 5:00 am
Location: chicago, IL

hiding title?

Post by rotella » Wed Jul 21, 2004 9:47 pm

When my labels on the y-axis become too large, my axis title gets shifted off the window. I've tried adjusting the start position and didn't have any luck. I know it can't be too difficult to adjust, I'm just not sure how exactly to go about it.
Thanks

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

Post by Pep » Thu Jul 22, 2004 10:45 am

Hi,

you can solve this by increasing the Axis Label Size :
Chart1.Axes.Left.LabelsSize := X;

Post Reply