AxisScaleView.Scroll 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的參數沿著座標軸捲動至位置。
多載
Scroll(DateTime) |
沿著座標軸捲動至 |
Scroll(Double) |
沿著座標軸捲動至 |
Scroll(ScrollType) |
根據 |
Scroll(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
要捲動的方向和大小。