Timeline chart in Excel
- by Axarydax
Hi, I'd like to see a timeline of events from a database in a "timeline chart", that should look like this: http://i46.tinypic.com/sw3dj5.png - I've made me a small c# program that paints this onto a Bitmap, but that isn't the way to go.
I have input data that has 3 fields:
StartX EndX Y
2596 15008 1
5438 6783 2
5450 5453 4…