Read over the following examples:
http://peltiertech.com/Excel/Charts/FloatingColumns.html
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=343
http://peltiertech.com/Excel/Charts/GanttChart.html
Excel stores dates as a whole number, the number of days since 1/1/1900, and
times as the fraction of a day (i.e., noon is 0.5). Since you don't care
about absolute date, you can simply use fractions for your data.
For your scale, if you are only using times, set the start to 0 and end to
1, and the increment to 0:30:00. Using a time format tells Excel to convert
the time into its decimal equivalent.
It looks like you have times spanning midnight, however. For the times after
midnight, you should add 1 (add a day) but keep the number format as a time
only, no date component. Then set the start to 0.5 (noon on first day) and
end to 1.5 (noon on second day).
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
> I'd like to create a floating bar chart that charts event status over a 24
> hour period.
[quoted text clipped - 23 lines]
>
> thanks
Tec92407 - 31 Oct 2006 18:09 GMT
Thanks for your reply.
I'm new to charting in excel.
How do I set the increment?
> Read over the following examples:
>
[quoted text clipped - 49 lines]
> >
> > thanks
Jon Peltier - 31 Oct 2006 20:03 GMT
> How do I set the increment?
Double click the axis to open the Format Axis dialog, click on the Scale
tab, type a value into the Major Unit box. When you type this, the Auto box
in front will uncheck itself. Keep it unchecked. You'd be amazed how many
people check the box, then complain that Excel doesn't use what they
entered.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
> Thanks for your reply.
>
[quoted text clipped - 64 lines]
>> >
>> > thanks