ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InteractiveAxes Enumeration

In This Topic
    InteractiveAxes Enumeration
    In This Topic
    Specifies the interactive axes of the chart gestures.
    Syntax
    'Declaration
     
    
    Public Enum InteractiveAxes 
       Inherits System.Enum
    public enum InteractiveAxes : System.Enum 
    Members
    MemberDescription
    XInteractive Axis X.
    XYInteractive Both Axis X and Axis Y.
    YInteractive Axis Y.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.InteractiveAxes

    See Also