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

In This Topic
    MouseAction Enumeration
    In This Topic
    Specifies the mouse action of the chart gestures.
    Syntax
    'Declaration
     
    
    Public Enum MouseAction 
       Inherits System.Enum
    public enum MouseAction : System.Enum 
    Members
    MemberDescription
    PanPan chart by mouse.
    ZoomZoom chart by mouse.
    Inheritance Hierarchy

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

    See Also