1

I am looking for a free control to display events in a to-scale-timeline.

I couldn't get TimeLine.NET to work.

Is there anything else I could try?

EDIT

Any flash or javascript solution would be fine as long as I can put data into it from a database.

Community
  • 1
  • 1
Ronnie Overby
  • 45,287
  • 73
  • 267
  • 346

3 Answers3

0

How about using DayPilot?

http://www.daypilot.org/demo/Lite/SchedulerMonth.aspx

If you don't need multiple resources on the vertical axis, you can stuff everything into a single row and it will line up automatically.

Dan
  • 2,157
  • 21
  • 15
0

OP requested a timeline without varying y-axis values, so instead of using annotated timeline as mentioned previously, you could use google's standard timeline:

https://developers.google.com/chart/interactive/docs/gallery/timeline

Douglas Timms
  • 684
  • 6
  • 20
0

Not sure if this is what your looking for but I've used googles annotated time line to display something similar.

Paul U
  • 671
  • 6
  • 7