ComponentOne Chart for WPF and Silverlight
SelectionAction Enumeration


C1.WPF.C1Chart Namespace : SelectionAction Enumeration
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

Reference

C1.WPF.C1Chart Namespace