In Crystal 8, I have created a "Line Chart with markers at data points". On the x-axis, I display a date field (ex: 07/31/2010) and it is displaying at 45 degrees. How do I make it display horizontally?
In Design mode, I click on the x-axis date field in the chart, then right-click on it, and when I click on "Chart Options", nothing happens and it just goes back to the chart. I'm guessing the rotation formatting may be in "Chart Options", but can't even get it to display. If it makes a difference, this date field is a derived formula via cdate({Command.SNAPSHOT_DATE}). This date field is originally a string, so had to convert it to date format.
In Design mode, I click on the x-axis date field in the chart, then right-click on it, and when I click on "Chart Options", nothing happens and it just goes back to the chart. I'm guessing the rotation formatting may be in "Chart Options", but can't even get it to display. If it makes a difference, this date field is a derived formula via cdate({Command.SNAPSHOT_DATE}). This date field is originally a string, so had to convert it to date format.