Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ScrollType Enumeration
See Also  
Dundas.Charting.WebControl Namespace : ScrollType Enumeration


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 Scrolls by substracting one small size.
SmallIncrement Scrolls by adding one small size.
LargeDecrement Scrolls by substracting one view size.
LargeIncrement Scrolls by adding one view size.
First Scrolls to the first view.
Last Scrolls to the last view.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.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