Looking for a 2D graph display tool
-
Hi, I need a component working with VC++/MFC to plot 2D graphs. It should ideally be able to deal with real-time plotting (incremental datafeed, scrolling, dynamic scale... things like that). Can you suggest a good project doing this ? Thanks
Take a look at my sig, I developped a charting control that seems well adapted to what you are looking for.
Cédric Moonen Software developer
Charting control -
Take a look at my sig, I developped a charting control that seems well adapted to what you are looking for.
Cédric Moonen Software developer
Charting controlHi Cédric, I already had a look at your project and even tryed it. The design is great for static data display but unfortunately it lacks real time (dynamic) plotting management features which makes it difficult for me to use as it is. For instance I would need to use the component as a scrolling scope but your component doesn't have the ability to remove and add some samples to the display without having to redraw all samples. This is not acceptable for me because I can have lots of samples and performance is critical. Thanks