| Visual Basic (Declaration) | |
|---|---|
Public Enum ChartAreaNavigationOptions Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ChartAreaNavigationOptions : Enum | |
| Member | Description |
|---|---|
| DragScrolling | Enables drag scrolling of the chart area |
| ArbitrarySelection | Enables arbitrary selection in the chart area. Meaning, a new area can be selected to zoom into. |
| ScrollWheel | Enables zooming with the scrollwheel. |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.ChartAreaNavigationOptions