ErrorDirection Enumeration
Defines constants for X, Y or Z direction, used by TernaryErrorBarRenderableSeries to specify error direction of X, Y or Z axis
Syntax
public enum ErrorDirection : System.Enum 
Members
MemberDescription
XAxis Refers to the X-Axis Direction
YAxis Refers to the Y-Axis Direction
ZAxis Refers to the Z-Axis Direction
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.RenderableSeries.ErrorDirection

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