AxisScaleView.Scroll 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的参数滚动到沿轴的位置。
重载
| 名称 | 说明 |
|---|---|
| Scroll(DateTime) |
滚动到参数指定的 |
| Scroll(Double) |
滚动到沿参数指定的 |
| Scroll(ScrollType) |
根据参数指示 |
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
滚动的方向和大小。