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.

+1


a source to share


3 answers


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.

0


a source


Not sure if this is what you are looking for, but I used googles annotated time string to display something like this.



0


a source


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

0


a source







All Articles