Jacob
Jacob

Reputation: 34601

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: 517

Answers (2)

l33t
l33t

Reputation: 19937

Try Codejock Chart Pro

Upvotes: 0

Necrolis
Necrolis

Reputation: 26171

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