ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / SelectionAction Enumeration


In This Topic
    SelectionAction Enumeration
    In This Topic
    Specifies available actions to perform selection of plot elements.
    Syntax
    'Declaration
     
    
    Public Enum SelectionAction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SelectionAction
    public enum SelectionAction : System.Enum 
    Members
    MemberDescription
    LeftMouseDownLeft mouse down.
    MouseDownMouse down.
    MouseOverMouse over.
    NoneSelection disabled.
    RightMouseDownRight mouse down.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart.SelectionAction

    See Also