|
Items in the Janus Timeline control are arranged
in chronological order from left to right on a time scale that can be
divided in hours, days, weeks or months.
A bar representing the duration of an item can be shown
above its text and the appearance of such bar can be easily customized
by using a FormatCondition.
The Janus Timeline
Control can be bound to
any table in a
DataSet or to any other data source
that supports IList, ITypedList or IBindingList interfaces.
The Janus Timeline Control allows you to specify which
member of the data source will be used as Text, StartTime and EndTime
properties of
an item. In addition to this, the control exposes a Fields Collection
that permits you to map all the members in the data source to a Timeline
Item.
In addition to
work with a data source the Timeline
Control has several methods that permit you to work with the Items
collection in a totally unbound fashion. LoadItems and SaveItems methods
allow you to persist and restore the items of the
Timeline control. |