3 dimension in JavaFX 2.0
How can I bring about 3 dimensional graphs in Javafx 2.0 ?
I find javafx.scene.chart.PieChart3D API in version 1.2 but they are all gone in version 2
I would like to have the graph as shown in URL :*http://fxexperience.com/2009/06/example-3d-pie/* using JavaFX 2 API
I request to kindly share code snippets.