Hello All,
We have a need to show asynchronous events in real-time on a horizontal timeline. We had thought of using the UltraTimeLineView and representing events as "appointments" and event sources as "owners". However, we need one-second granularity, which UltraTimeLineView does not provide. We can specify a PrimaryIntreval HeaderTextFormat of hh:mm:ss, but the seconds are always zero. So, we were wondering... Is it possible to tell an UltraTimeLineView that there are 24 days in a month and 60 hours in a day? If so, we could use a HeaderTextFormat of dd:hh:mm and choose to interpret what's displayed as hh:mm:ss.
If the control will not allow this, are there other controls that might fit our needs? The control would need to be scrollable on both axes and events (i.e. "appointments") would need to respond to mouse events so the user can drill down for detail on the event.
Thanks,
Dave
No; as part of the WinSchedule suite, UltraTImelineView does not support units of time less than one minute in duration.
dtheese said:Is it possible to tell an UltraTimeLineView that there are 24 days in a month and 60 hours in a day?