XyDirection Enumeration
Defines constants for X or Y direction, used by SciChart.Charting.Visuals.Axes.GridLinesPanel to specify creation of X or Y grid line
Syntax
public enum XyDirection : System.Enum 
Members
MemberDescription
NoneNeither direction. Used by SciChart.Charting.Visuals.Annotations.AnnotationBase derived types only!
XDirection Refers to the X-Axis Direction
XYDirection Refers to both X and Y Axis Direction
YDirection Refers to the Y-Axis Direction
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.XyDirection

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