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.
Left Axis Title overlaps left axis values
Hi Gilbert,
this can be solved using the Axis LabelSize property :
Chart1.Axes.Left.LabelsSize := x;
this can be solved using the Axis LabelSize property :
Chart1.Axes.Left.LabelsSize := x;
Pep Jorge
http://support.steema.com
http://support.steema.com