Jacob
Jacob

Reputation: 34621

Displaying Bar Chart (and other funky graphics)

Any suggestions on freely available libraries to display a bar chart and other "cool" graphics in Visual C++?

PS: Please don't say MFC. MFC-based libraries are fine!

Upvotes: 0

Views: 523

Answers (2)

l33t
l33t

Reputation: 19996

Try Codejock Chart Pro

Upvotes: 0

Necrolis
Necrolis

Reputation: 26181

Although not a graphing library, Qt should work pretty nicely for drawing basic graphs, more advanced things can be done using Qwt. Plus you get the advantage of system portability.

Upvotes: 1

Related Questions