| Visual Basic (Declaration) | |
|---|---|
Public Enum ScrollType Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum ScrollType : Enum  | |
| Member | Description | 
|---|---|
| Drag | The chart area can be dragged. | 
| Scroll | Only scrolling is enabled. | 
| Both | Scrolling and Drag are enabled. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Zoomer.ScrollType