AxisPlaneDrawTitlesMode Enumeration
Enumerates possible modes for plane titles visibility
Syntax
public enum AxisPlaneDrawTitlesMode : System.Enum 
Members
MemberDescription
AxisPlaneDrawTitlesBoth Draw on both sides of the plane
AxisPlaneDrawTitlesHidden Hide on both sides of the plane
AxisPlaneDrawTitlesLocalX Draw on a single side of the plane for I axis (local X)
AxisPlaneDrawTitlesLocalY Draw on a single side of the plane for J axis (local Y)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.Visuals.Axis.AxisPlaneDrawTitlesMode

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