Link to home
Start Free TrialLog in
Avatar of nabehs
nabehs

asked on

Chart control for C++/MFC application

Anybody can help me locate a good charting library (affordable, for C++/MFC developers, royalty-free, supports both displaying and printing if possible, and all the good things). I am building a C++ tool and need to incorporate the charting inside my tool. Thanks for your assistance
Avatar of jkr
jkr
Flag of Germany image

Why not using the MS Chart Control to avoid any costs? See http://www.codeproject.com/KB/miscctrl/mschartvc.aspx ("Using the MS Chart control in VC++")
Avatar of nabehs
nabehs

ASKER

mmm. Is it re-distributable. Actually the tool is for developers, and they will use my tool to incorporate charting into applications
Avatar of nabehs

ASKER

Also does it have pie, bar and line charts capabilities?
Avatar of nabehs

ASKER

You know what, I don't want activex controls into my tool. Actually I am looking for a library that I can do static linking inside my tool or at least a regular dll
It is redistributable and has the same features that Excel has, see http://msdn.microsoft.com/en-us/library/kx2ttx0a(VS.80).aspx ("Chart Control")
Avatar of nabehs

ASKER

Thanks jaime. It is nice but does not have a pie chart implementation. The author stated that it is not easy to add and he does not think of implementing it in the near future. But thanks, it may be a starting point. However, I am willing to buy an affordable royalty-free library that has the full implementation if I find suitable
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial