Page 1 of 1

Left Axis Title overlaps left axis values

Posted: Wed May 19, 2004 6:03 pm
by 8577282
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.

Posted: Wed May 19, 2004 11:23 pm
by Pep
Hi Gilbert,

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