共用方式為


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

要捲動的方向和大小。

適用於