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
滚动方向和大小。