AxisScaleView.ZoomReset 方法

定义

通过还原轴数据视图来重置缩放操作。

重载

名称 说明
ZoomReset()

通过还原轴数据视图重置一个缩放操作。

ZoomReset(Int32)

通过还原轴数据视图重置指定数量的缩放操作。

ZoomReset()

通过还原轴数据视图重置一个缩放操作。

public:
 void ZoomReset();
public void ZoomReset();
member this.ZoomReset : unit -> unit
Public Sub ZoomReset ()

适用于

ZoomReset(Int32)

通过还原轴数据视图重置指定数量的缩放操作。

public:
 void ZoomReset(int numberOfViews);
public void ZoomReset(int numberOfViews);
member this.ZoomReset : int -> unit
Public Sub ZoomReset (numberOfViews As Integer)

参数

numberOfViews
Int32

要重置的缩放操作数。

注解

numberOfViews 参数设置为零(0),以重置所有缩放操作。

适用于