- Jun 2, 2008
- 163
- 0
- 0
Hey, I'm trying to read a database and display it as a graph. I have accomplished this but I have an issue.
Database structure is one table called num1.
num1 only has ID, X, and Y columns. That's it.
The graph displays right but the tags at the bottom have all shifted over right so it's not lined up.
The process I did was, read a database into a dataset, convert it to XML, then display it as a graph.
http://i88.photobucket.com/alb...icemike_2006/chart.png
^ There's the picture.
Code is attached.
Agh that code looks impossible to read....
Database structure is one table called num1.
num1 only has ID, X, and Y columns. That's it.
The graph displays right but the tags at the bottom have all shifted over right so it's not lined up.
The process I did was, read a database into a dataset, convert it to XML, then display it as a graph.
http://i88.photobucket.com/alb...icemike_2006/chart.png
^ There's the picture.
Code is attached.
Agh that code looks impossible to read....