Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / ActionType Enumeration


In This Topic
    ActionType Enumeration
    In This Topic
    Enumerates available actions.
    Syntax
    'Declaration
     
    
    Public Enum ActionType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ActionType
    public enum ActionType : System.Enum 
    Members
    MemberDescription
    LeftMouseDragDragging with left mouse button.
    NoneNo action.
    RightMouseDragDragging with right mouse button.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.Chart3D.ActionType

    See Also