When to set Axis.LabelsSize
Posted: Thu Mar 15, 2007 2:51 pm
Hi,
Sometimes I see a problem with the axis labels overlapping the axis title when I set Axis.LabelsSize := 0. The solution is to set Axis.LabelsSize to another value. The problem is that I don't know what that value should be until I look at all of the values in the GetAxisLabel event handler.
My problem is that setting Axis.LabelsSize at that point seems to be too late to have any affect.
How do I get this to work properly?
Regards,
Bill
Sometimes I see a problem with the axis labels overlapping the axis title when I set Axis.LabelsSize := 0. The solution is to set Axis.LabelsSize to another value. The problem is that I don't know what that value should be until I look at all of the values in the GetAxisLabel event handler.
My problem is that setting Axis.LabelsSize at that point seems to be too late to have any affect.
How do I get this to work properly?
Regards,
Bill