Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Fletch
Starting Member
29 Posts |
Posted - 2007-07-03 : 06:53:53
|
I'm hoping this is a simple one...I have a simple column chart. The x axis is number of (whole) minutes, ranging from 0 to n.The y axis is the number of items that fall into each time slot.0 is a valid value and column. When I check 'side margins' the x axis is labelled from -1 to n+1. This means the first (zero) column appears on the chart rather than on the axis, which is good.Trouble is it labels -1, 4, 9 etc. I want 0, 5, 10 etc.How do I start the labelling at zero!?Many thanks. |
|
|
|
|