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


Specifies the navigation options of chart areas in the navigator.

Syntax

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

Members

MemberDescription
DragScrollingEnables drag scrolling of the chart area
ArbitrarySelectionEnables arbitrary selection in the chart area. Meaning, a new area can be selected to zoom into.
ScrollWheelEnables zooming with the scrollwheel.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.ChartAreaNavigationOptions

See Also

© 2010 All Rights Reserved.