Hi Robert, Am 12.10.08 03:17, Robert Peirce schrieb:
1. I chart monthly data. The default is to display every other month on the x-axis. I want to display every twelfth month but the panel is grayed out. How do I do this?
Scaling of the x-axis is only possible for scatter charts (xy-charts). For this type you can set the interval in days (1.0 is one day, 0.25 would be 6 hours). It is not possible to specify "1 month", you can only use 30 days, which may become inaccurate at some point.
It is also necessary that the original cells do not contain the strings "January", etc., but concrete dates like "01/01/2008" + a number format that only shows the full month.
Scaling the x-axis when it shows categories (e.g. in bar-charts) is not possible.
-Bjoern --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
