OWC C++

G

garks

I want to add a chart on the MFC C++
When I add the owc11 in the visual Studio 2005,
I don't have any thought to do the next step.
Could anyone help me !!
Any code reference?

In the Internet, only found the sample code written in VB.
In the code, there is a WCChart. I don't know what is that?
Does I need to import something to access the code?
 
A

Alvin Bruney [MVP]

You'll need to add a reference to the OWC 10 or 11 object library from your
programming environment. Then, you'll need to create an owc chartspace
object. You then need to use that chart space object to add a series and
data values. You can google this newsgroup for suitable C# code and then
translate it to C++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top