Dear all,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Please take al look at the attached files. If I convert the excel file into a pdf file some of the tick labels of the category axis are missing. The effect appeared after I added the following two lines of code to my chart generation method.
chart.CategoryAxis.TickLabels.Font.Size = 6;
chart.CategoryAxis.TickLabels.Rotation = 90;
For some charts the code works fine and produces the correct output. But there are also a lot of charts where most of the tick labels are missing
Thanks in advance
Erik