Share via


AxisScaleView.Scroll 方法

定义

沿轴滚动至使用指定参数的位置。

重载

Scroll(DateTime)

沿轴滚动至 newPosition 参数指定的位置,该位置表示为 DateTime 值。

Scroll(Double)

沿轴滚动至 newPosition 参数指定的位置。

Scroll(ScrollType)

根据 scrollType 参数指示的方向和大小沿轴滚动。

Scroll(DateTime)

沿轴滚动至 newPosition 参数指定的位置,该位置表示为 DateTime 值。

public:
 void Scroll(DateTime newPosition);
public void Scroll (DateTime newPosition);
member this.Scroll : DateTime -> unit
Public Sub Scroll (newPosition As DateTime)

参数

newPosition
DateTime

要滚动的新位置。

适用于

Scroll(Double)

沿轴滚动至 newPosition 参数指定的位置。

public:
 void Scroll(double newPosition);
public void Scroll (double newPosition);
member this.Scroll : double -> unit
Public Sub Scroll (newPosition As Double)

参数

newPosition
Double

要滚动的新位置。

适用于

Scroll(ScrollType)

根据 scrollType 参数指示的方向和大小沿轴滚动。

public:
 void Scroll(System::Windows::Forms::DataVisualization::Charting::ScrollType scrollType);
public void Scroll (System.Windows.Forms.DataVisualization.Charting.ScrollType scrollType);
member this.Scroll : System.Windows.Forms.DataVisualization.Charting.ScrollType -> unit
Public Sub Scroll (scrollType As ScrollType)

参数

scrollType
ScrollType

滚动方向和大小。

适用于