Not animated of course, but good for displaying data visually such as Gantt chart etc.
+1
A:
You could create the image using the Graphics class, then output the file to the filesystem, and link an Image control of some sort to that image.
MasterMax1313
2009-04-22 12:44:58
+2
A:
why not use a javascript graphs library to draw your graphs and charts?
check out these flot examples - maybe flot is what you need
mkoryak
2009-04-22 12:45:51
Highly reccomend flot
Davide Vosti
2009-04-22 12:56:22
+3
A:
I'm not sure if i understand your question but if you want to draw images dynamically you can use GDI+ and the System.Drawing namespace. Look here for an example.
Edit: Sorry i did not see the gannt tag. Check out the following control.
alexn
2009-04-22 12:46:01