AxisScaleView.Scroll Method

Definition

Scrolls to a position along an axis using the specified parameters.

Overloads

Scroll(DateTime)

Scrolls to a position along an axis specified by the newPosition parameter, which is expressed as a DateTime value.

Scroll(Double)

Scrolls to a position along an axis specified by the newPosition parameter.

Scroll(ScrollType)

Scrolls along an axis according to the direction and size indicated by the scrollType parameter.

Scroll(DateTime)

Scrolls to a position along an axis specified by the newPosition parameter, which is expressed as a DateTime value.

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

Parameters

newPosition
DateTime

The new position to scroll.

Applies to

Scroll(Double)

Scrolls to a position along an axis specified by the newPosition parameter.

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

Parameters

newPosition
Double

The new position to scroll.

Applies to

Scroll(ScrollType)

Scrolls along an axis according to the direction and size indicated by the scrollType parameter.

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)

Parameters

scrollType
ScrollType

The direction and size to scroll.

Applies to