Reputation: 25516
I was wondering if there were any free libraries for .net for producing a 3D scatterplot, I haven't been able to find any using google.
Upvotes: 1
Views: 553
Reputation: 1959
I've found that ZedGraph is fairly straightforward to use. It can do other plot types in addition to scatterplots.
Upvotes: 0
Reputation: 25642
You might get some mileage out of this CodeProject article
http://www.codeproject.com/KB/WPF/WPFChart3D.aspx
Upvotes: 1