Xceed Chart for WinForms v4.4 Documentation
SurfacePositionMode Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : SurfacePositionMode Enumeration
Defines several modes for vertical positioning of a flat surface
Syntax
'Declaration
 
Public Enum SurfacePositionMode 

   Inherits System.Enum
'Usage
 
Dim instance As SurfacePositionMode
public enum SurfacePositionMode : System.Enum 
Members
MemberDescription
AxisBeginthe flat surface is positioned at the axis begin value
AxisEndthe flat surface is positioned at the axis end value
CustomValuethe user specifies the position of the surface with the PositionValue property
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.SurfacePositionMode

Requirements

Target Platforms: 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

Reference

Xceed.Chart.Core Namespace