How to control placement for left axis texts

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
epidata
Newbie
Newbie
Posts: 10
Joined: Wed Mar 31, 2004 5:00 am
Location: Denmark
Contact:

How to control placement for left axis texts

Post by epidata » Sat Nov 06, 2004 9:51 pm

SOmetimes the automatic placement of label for left axis is displayed overlapping of the axis labels and the text description. Which parameter controls placement of axis, labels and text description. Please add an example of how to place the text at the top of the left axis
EpiData DK, software
freeware released from www.epidata.dk

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

Post by Pep » Mon Nov 08, 2004 8:56 am

Hi.

to solve this you should increase the axis labels size, i.e. :
Chart1.Axes.Left.LabelsSize := 10;

Post Reply