Left Axis Title overlaps left axis values

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Gilbert
Newbie
Newbie
Posts: 14
Joined: Thu Jul 10, 2003 4:00 am
Location: Johannesburg

Left Axis Title overlaps left axis values

Post by Gilbert » Wed May 19, 2004 6:03 pm

TeeChart 6, Delphi 7
I have a chart on a Tab control, and populate the chart before display the tab. The left axis title always overlaps the left axis tick values - how can i set this not to happen? I have hooked the OnGetAxisLabel event and sometimes change the labels' text - but overlap occurs even if i don't change it.

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

Post by Pep » Wed May 19, 2004 11:23 pm

Hi Gilbert,

this can be solved using the Axis LabelSize property :
Chart1.Axes.Left.LabelsSize := x;

Post Reply