.netCHARTING v10.5 Documentation


dotnetCHARTING.Zoomer Namespace : AxisToZoom Enumeration
AxisToZoom Enumeration
Specifies the axes to zoom.
Syntax
'Declaration
 
Public Enum AxisToZoom 
   Inherits System.Enum
'Usage
 
Dim instance As AxisToZoom
public enum AxisToZoom : System.Enum 
Members
MemberDescription
BothCan select any arbitrary bounding box to zoom to.
XAxisSelect a specific x axis region only, y axis is fixed to the maximum extent
YAxisSelect a specific y axis region only, x axis is fixed to the maximum extent
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Zoomer.AxisToZoom

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