ZoomStates Enumeration
Defines ZoomStates for the ISciChartSurface
Syntax
[Flags()]
public enum ZoomStates : System.Enum 
Members
MemberDescription
AtExtentsZoomStates is at extents. This is if the user has called SciChartSurface.ZoomExtents, or, the user has double clicked on the SciChart.Charting.ChartModifiers.ZoomExtentsModifier
UserZooming ZoomStates: User has initiated a Zoom operation
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.ZoomStates

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