I have an issue where the axis variables collide because of the quantity of text they have, is there any property or solution to force the chart to respect this ones between them inserting some space or separation?
Thank you.
Our usual recommendation in these circumstances is to change the axis labels' angle, e.g.
Code: Select all
tChart1.Axes.Bottom.Labels.Angle = 90;
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |