Page 1 of 1

Text missing and solutions

Posted: Thu Apr 02, 2009 11:07 pm
by 13048857
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 !!

Posted: Fri Apr 03, 2009 10:37 am
by yeray
Hi THoMaSiN,

You could set an angle like following:

Code: Select all

tChart1.Axes.Bottom.Labels.Angle = 90;
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.