dotnetCHARTING Send comments on this topic.
AxisToZoom Enumeration
See Also  
dotnetCHARTING.Zoomer Namespace : AxisToZoom Enumeration


Specifies the axes to zoom.

Syntax

Visual Basic (Declaration) 
Public Enum AxisToZoom 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AxisToZoom
C# 
public enum AxisToZoom : Enum 

Members

MemberDescription
BothCan 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

See Also

© 2010 All Rights Reserved.