Wednesday, December 19, 2007

Data Visualization in WPF

Windows Presentation Foundation is a tool for you to create great GUIs and presentation applications. One of the WPF projects that I have been involved in was to create an information visualization tool for presenting data (x-, y-, z-values, color and size). In other words this project was a 3D scatter plot that would give the impression of being 2D but also the ability to overview the data in 3D. I did this by switching between the build in projection cameras: Orthographic camera and Projection camera. This is the result:
3DChart2.png

3dChart1.png

No comments: