dotnetCHARTING Send comments on this topic.
ScrollType Enumeration
See Also  
dotnetCHARTING.Zoomer Namespace : ScrollType Enumeration


Specifies the scrolling type.

Syntax

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

Members

MemberDescription
DragThe chart area can be dragged.
ScrollOnly scrolling is enabled.
BothScrolling and Drag are enabled.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Zoomer.ScrollType

See Also

© 2010 All Rights Reserved.