Drawing Charts in ASP.NET!!
-
Hello everyone, I want to draw charts in ASP.NET using datasets as my source for the charts.Initially I tried generating them in Excel but then I found it was slowing down the page_load.So now I have decided to draw the charts in ASP.NET using datasets and I want them to be dynamic,i.e,if I change a certain parameter in the table the charts gets updated on its own. :confused:Please help me out!!!
-
Hello everyone, I want to draw charts in ASP.NET using datasets as my source for the charts.Initially I tried generating them in Excel but then I found it was slowing down the page_load.So now I have decided to draw the charts in ASP.NET using datasets and I want them to be dynamic,i.e,if I change a certain parameter in the table the charts gets updated on its own. :confused:Please help me out!!!
If you don't have any problem then you can use some third party Chart control like Dundas. or even in .NET 3.5 SP1 , Microsoft has provided inbuilt chart control for both windows and web.
cheers, Abhijit CodeProject.Com MVP
-
Hello everyone, I want to draw charts in ASP.NET using datasets as my source for the charts.Initially I tried generating them in Excel but then I found it was slowing down the page_load.So now I have decided to draw the charts in ASP.NET using datasets and I want them to be dynamic,i.e,if I change a certain parameter in the table the charts gets updated on its own. :confused:Please help me out!!!
-
Hello everyone, I want to draw charts in ASP.NET using datasets as my source for the charts.Initially I tried generating them in Excel but then I found it was slowing down the page_load.So now I have decided to draw the charts in ASP.NET using datasets and I want them to be dynamic,i.e,if I change a certain parameter in the table the charts gets updated on its own. :confused:Please help me out!!!
Have a look here http://code.msdn.microsoft.com/mschart[^]
only two letters away from being an asset