New in Wolfram Mathematica 7: Comprehensive Spline Support  previous | next 
Use Spline-Based Elements in Charts
Spline-based surfaces can immediately be used in charting functions.
In[1]:=

Click for copyable input
SeedRandom[312]; GraphicsGrid[{{BarChart3D[Range[9], 

    ChartElementFunction -> "ProfileCube", 

    ChartStyle -> "BeachColors"], 

   PieChart3D[Range[7], SectorOrigin -> {Automatic, 1}, 

    ChartElementFunction -> "ProfileSector3D"]}, {SectorChart3D[

    RandomReal[{1, 2}, {7, 3}], SectorOrigin -> {Automatic, 1}, 

    ChartElementFunction -> "ProfileSector3D"], 

   BubbleChart3D[RandomReal[{1, 2}, {20, 4}], 

    ChartElementFunction -> "ProfileCube", 

    ChartStyle -> "BeachColors"]}}, ImageSize -> {500, 500}]
Out[1]=