Hello, I have generated a bar chart that plots as in the uploaded image file: example.bmp
The problem is that the labels are missing.
The solution might be to plot the bars horizontally instead of vertically, with the lables on the left side and the amount in the bottom, how can I achieve that?
thank you !!
Text missing and solutions
Hi THoMaSiN,
You could set an angle like following:
But note that with labels rotated you may see less labels than you would like to. If so, please, take a look at this thread where Narcís posted a workaround.
You could set an angle like following:
Code: Select all
tChart1.Axes.Bottom.Labels.Angle = 90;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |