3D charts

I need to create a 3D charts in c++ to display a data matrix, ala excel. I found a number of resources online for data visualization but no examples dealing specifically with a 3D chart.

Which toolkits do you recommend for this kind of work? Any example/reference?