Version

SplineArea3DLayer Class

The 3-D Layer responsible for composing 3-D SplineArea charts.
Syntax
'Declaration
 
Public Class SplineArea3DLayer 
   Inherits Area3DLayer
   Implements ILayer 
public class SplineArea3DLayer : Area3DLayer, ILayer  
Remarks

The 3-D Area Chart is rendered similarly to the SplineAreaLayer, except instead of flat translucent overlapping polygons, there are slabs. The thickness of the slabs depends upon the number of rows of data being plotted (one slab per row, with there being a fixed depth; therefore the more rows, the thinner the slabs are).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also