AxisScaleView.ZoomReset Method

Definition

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.

Applies to