Version

WallType Enumeration

Constants which determine the type of a Wall, i.e., back, side, or floor. Applicable only for 3-D charts.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also