AxisScaleView.ZoomReset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets the zoom operations by restoring the axis data view.
Overloads
ZoomReset() |
Resets one zoom operation by restoring the axis data view. |
ZoomReset(Int32) |
Resets the specified number of zoom operations by restoring the axis data view. |
ZoomReset()
Resets one zoom operation by restoring the axis data view.
public:
void ZoomReset();
public void ZoomReset ();
member this.ZoomReset : unit -> unit
Public Sub ZoomReset ()
Applies to
ZoomReset(Int32)
Resets the specified number of zoom operations by restoring the axis data view.
public:
void ZoomReset(int numberOfViews);
public void ZoomReset (int numberOfViews);
member this.ZoomReset : int -> unit
Public Sub ZoomReset (numberOfViews As Integer)
Parameters
- numberOfViews
- Int32
Number of zoom operations to reset.
Remarks
Set the numberOfViews
parameter to zero (0) to reset all zoom operations.