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
Member | Description |
---|---|
Both | Can select any arbitrary bounding box to zoom to. |
XAxis | Select a specific x axis region only, y axis is fixed to the maximum extent |
YAxis | Select 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