I am looking at doing an interactive plot where the X axis is the the month/day and the Y-axis is percentage from 0 - 100.
I want to be able to plot various data for various years. If the user clicks on a start date and end date, I want the code to know the dates so some type of action can be performed.
Does anyone know an API that can do this? Also, if it can be done on the web...that would be great too...
Seriously did you think that a single Windows API call does all of this work? You have to break down the problem into pieces. First, draw the axes, process mouse messages, etc. That "API" is called the Windows API, which is wrapped by MFC or ATL.
Regards,
Paul McKenzie
Last edited by Paul McKenzie; November 12th, 2012 at 06:42 PM.
Bookmarks