Version

WallType Enumeration

Constants which determine the type of a Wall, i.e., back, side, or floor. Applicable only for 3-D charts.
Syntax
'Declaration
 
Public Enum WallType 
   Inherits System.Enum
public enum WallType : System.Enum 
Members
MemberDescription
AllApplies to the back and side walls, and the floor.
BackThe back wall, i.e., "behind" the plot area.
FloorThe bottom wall, i.e., the floor of the chart.
SideThe side wall. Note that only one side is ever visible, based on the rotation around the Y-axis.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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