AxisDragModes Enumeration
Defines Enumeration Constants for modes of operation of the SciChart.Charting.ChartModifiers.YAxisDragModifier
Syntax
public enum AxisDragModes : System.Enum 
Members
MemberDescription
Pan Pan mode: the dragging pans the YAxis VisibleRange, allowing a vertical scroll. This may only be used with YAxis.AutoRange=false
Scale Scale mode: the dragging scales the YAxis VisibleRange property directly, or indirectly, via the GrowBy property, if YAxis.AutoRange=true
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.AxisDragModes

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