Dynamic Graph Plotting

Are you writing your own components and need help with how to set them up or have questions about the components you are deriving from ? Ask them here.
Post Reply
alfred
Earned a small fee
Earned a small fee
Posts: 19
Joined: Fri Jul 01, 2011 10:23 am

Dynamic Graph Plotting

Post by alfred »

Hi All

I am looking for a component that will plot a simple single line X/Y chart. It can have fixed axes and fixed scales. However I would like the data to be dynamic. By that I mean, I want the user to be able to drag the chart line around and the underlining data change. A bit like the chart function in Excel. The user should be able to click on a node and move it in both X,Y. I would also like the user to be able to add and remove node points (with a minimum of 2 node point up to at least 100 points). I also intend to have the data displayed in a table next to the plot to allow direct editing of the data.

Is there any components out there that could be this?
I have had a quick look at a few plotting components -

http://code.google.com/p/gppanel/
http://wxmathplot.sourceforge.net/screenshot.shtml
wxPlot (from wxCode)
wxFreeChart (from wxCode)

I must confess I haven't looked at these in detail (my next job!!). But if any knows if these component will or won't do what I want (or suggest some others) then it would save me a lot of time.

Thanks
Al,
Post Reply