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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET