I have an SQLite-database-backed for fast searching and log access.
I'm now designing on how to select date range for the log view. I'm thinking of a graphical timeline, which can be mouse-navigated, with zooming capability so that you can drill down to hour/minute-spans if need be or if the zooming capability is too complex ( then just have a text box of start & end date between which the timeline is shown ) . There are different log message types (5 or 6) and i would like to indicate each by a different colour on the timeline
This looks very good visually:
www.codeproject.com/KB/wtl/wtltimeline.aspx
A C# .Net version of that (open-source) or similar would be great.
Does anyone have something like that that they would recommend? I'd love to avoid having to code my own control from scratch. Help requested. Thanks!