ChartAreaNavigationOptions Enumeration
Specifies the navigation options of chart areas in the navigator.
Syntax
'Declaration Public Enum ChartAreaNavigationOptions Inherits System.Enum
'Usage Dim instance As ChartAreaNavigationOptions
public enum ChartAreaNavigationOptions : System.Enum
Members
Member | Description |
---|---|
ArbitrarySelection | Enables arbitrary selection in the chart area. Meaning, a new area can be selected to zoom into. |
DragScrolling | Enables drag scrolling of the chart area |
ScrollWheel | Enables zooming with the scrollwheel. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.ChartAreaNavigationOptions
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also