ScrollType Enumeration
.NET Framework (current version)
Specifies the scrolling that will occur when the one of the Scroll methods in the AxisScaleView class is called.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| First | Data is scrolled to the first displayed view. | |
| LargeDecrement | The data view is decreased by one large scrolling interval. | |
| LargeIncrement | The data view is increased by one large scrolling interval. | |
| Last | Data is scrolled to the last displayed view. | |
| SmallDecrement | The data view is decreased by one small scrolling interval. | |
| SmallIncrement | The data view is increased by one small scrolling interval. |
The ScrollType enumeration is used with one of the Scroll methods to specify the direction and amount of scrolling.
.NET Framework
Available since 4.0
Available since 4.0
Show: