Thanks for your quick response and helpful hints!
I could solve the axis problem with following commands:
Code: Select all
Chart1.axes.bottom.increment = 10;
Chart1.axes.bottom.labels.decimals = 0;
Best regards
Rolf
Code: Select all
Chart1.axes.bottom.increment = 10;
Chart1.axes.bottom.labels.decimals = 0;