AxisScaleView.Scroll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scrolls to a position along an axis using the specified parameters.
Overloads
Scroll(DateTime) |
Scrolls to a position along an axis specified by the |
Scroll(Double) |
Scrolls to a position along an axis specified by the |
Scroll(ScrollType) |
Scrolls along an axis according to the direction and size indicated by the |
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.