M
Mark
Hi all
I am using OWC10 in a vb.net web application and I have it all working
fairly well. apart from when I make a graph with a time on the X axis. I
grab the Values for both the X and Y axis from an ODBC data source to an
access database using this sql string:
"SELECT [Readingtime], [Reading] From [tblGraphData] where [TankName] =
'Tank1' ORDER BY [ReadingDate], [Readingtime]"
ReadingTime is a time but it displays as decimal numbers e.g 0.673, 0.674
etc
Is there a way that I can make the chart display my times properly
I am using OWC10 in a vb.net web application and I have it all working
fairly well. apart from when I make a graph with a time on the X axis. I
grab the Values for both the X and Y axis from an ODBC data source to an
access database using this sql string:
"SELECT [Readingtime], [Reading] From [tblGraphData] where [TankName] =
'Tank1' ORDER BY [ReadingDate], [Readingtime]"
ReadingTime is a time but it displays as decimal numbers e.g 0.673, 0.674
etc
Is there a way that I can make the chart display my times properly