Visual Basic (Declaration) | |
---|---|
Public Enum AxisToZoom Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum AxisToZoom : Enum |
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 |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.Zoomer.AxisToZoom