ASP.NET TimeLine Management
I am looking for a free control to display events on a timeline.
I couldn't get TimeLine.NET to work.
Is there anything else you can try?
EDIT
Any flash or javascript solution would be fine if I can put data from the database into it.
a source to share
How do I use DayPilot?
http://www.daypilot.org/demo/Lite/SchedulerMonth.aspx
If you don't need multiple resources on the vertical axis, you can fill everything on one line and line up automatically.
a source to share
Not sure if this is what you are looking for, but I used googles annotated time string to display something like this.
a source to share
The OP requested a timeline without changing the y-axis values, so instead of using the annotated timeline as mentioned earlier, you can use google's standard timeline:
https://developers.google.com/chart/interactive/docs/gallery/timeline
a source to share