Hi, I need to draw a scatter plot into an activex control I'm building using Visual C++. I have looked at ZedGraph but, at first glance, I can't use it as I don't have a frame.
I believe the drawing must be done using the c++ drawing contexts. Is there any Visual C++ API which is able to direct its output to a drawing context object?