how to adjust auto axis label spacing?
how to adjust auto axis label spacing?
I've got a label on the Y-axis with auto-display ticks and values along the Y-axis. However, these values are rather wide, eg. "0.125", "0.8325", etc, and they often tend to overwrite the Y-axis label -- it needs to be moved further away from the axis. How can this be done?
Hi David,
how about changin the increment for the axes and setting an Axes labels separation :
Chart1.Axes.Left.Increment := X;
Chart1.Axes.Left.LabelsSeparation := X;
?
how about changin the increment for the axes and setting an Axes labels separation :
Chart1.Axes.Left.Increment := X;
Chart1.Axes.Left.LabelsSeparation := X;
?
Pep Jorge
http://support.steema.com
http://support.steema.com