Generating graphs with XML as the datasource
-
Hi all, I have an XML file that contains the numerical data. I need to create a web control that reads in the data in the XML file and generates a 2 Dimensional bar graph from it. It needs to be ASP.NET and C#. I'm researching on GDI+ classes. Am I going the right way? Are there any classes that can help plot the graphs or do I need to create methods of my own? Any other help is appriciated too. Thanks ---------- Venus Patel http://patelsinc.blogspot.com/ A student knows little about a lot. A professor knows a lot about little. I know everything about nothing. -- modified at 15:22 Thursday 10th November, 2005
-
Hi all, I have an XML file that contains the numerical data. I need to create a web control that reads in the data in the XML file and generates a 2 Dimensional bar graph from it. It needs to be ASP.NET and C#. I'm researching on GDI+ classes. Am I going the right way? Are there any classes that can help plot the graphs or do I need to create methods of my own? Any other help is appriciated too. Thanks ---------- Venus Patel http://patelsinc.blogspot.com/ A student knows little about a lot. A professor knows a lot about little. I know everything about nothing. -- modified at 15:22 Thursday 10th November, 2005
There's nothing built in, but a few free and commercial products around to do this. Otherwise, you're on the right track. Christian Graus - Microsoft MVP - C++