c# Line Graph for compact framework
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I wanna generate a line graph(graph of stocks prices) on my windows mobile application. I have found an free trial graph API from http://www.makelogic.com/microGraphs/DotNet/MGDotNetHome.htm[^] My data on the graphic is alot (based on minutes), so the graph would be very big. Issit possible to make those draggable graph that can drag backards so as to see more data. Something like this http://www.google.com/finance?client=ob&q=NYSE:MGM[^] The graph can be drag to see more data earlier time Thanks :D