Dundas Chart for Windows Forms
ScrollType Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : ScrollType Enumeration


Specifies the scrolling to occur when the Scroll method is called.
Scrolling type enumeration.

Syntax

Visual Basic (Declaration)  
Public Enum ScrollType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ScrollType
C#  
public enum ScrollType : Enum 

Members

Member Description
SmallDecrement

Data view is decreased one small scrolling interval.


Scrolls by substracting one small size.
SmallIncrement

Data view is increased one small scrolling interval.


Scrolls by adding one small size.
LargeDecrement

Data view is decreased one large scrolling increment.


Scrolls by substracting one view size.
LargeIncrement

Data view is increased one large scrolling increment.


Scrolls by adding one view size.
First

Data is scrolled to the first displayed view.


Scrolls to the first view.
Last

Data is scrolled to the last displayed view.


Scrolls to the last view.

Remarks

The ScrollType enumeration is used with the Scroll method to specify the direction and amount of scrolling.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.ScrollType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.