This post provides details and code about creating 3D charts in WebMatrix (Beta).
A quick method for creating 3D charts using ASP.NET Web Pages is to use the built in theme named Vanilla3D. However, if you need to create a custom 3D chart, you can add an Area3DStyle node to a template and set a few values (shown below). This post is based on the WebMatrix Chapter 7 - Displaying Data in a Chart. It may be helpful to complete the steps in Chapter 7 or download the related WebMatrix samples.
For more information about 3D charts, see 3D Charts (Chart Controls) and the ChartArea3DStyle Class on MSDN. These two links will provide the information you need to completely customize your 3D charts in WebMatrix.
-- Erik Reitan Web Platform and Tools Developer Content This posting is provided "AS IS" with no warranties, and confers no rights.