AutoRange Enumeration
Provides values which defines autorange behavior for IAxis implementers.
Syntax
public enum AutoRange : System.Enum 
Members
MemberDescription
AlwaysAutorange the IAxis instance always. In this case zooming is not allowed by user. Only AxisDragModifier UI interaction is allowed.
NeverNever autoranges the the IAxis instance.
OnceAllows the IAxis instance decide whether autorange or not when VisibleRange is null or undefined.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.Axes.AutoRange

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