ComponentOne Chart3D for WPF and Silverlight
ActionType Enumeration


C1.WPF.C1Chart3D Namespace : ActionType Enumeration
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.
MiddleMouseDragDragging with middle mouse button.
NoneNo action.
RightMouseDragDragging with right mouse button.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.C1Chart3D.ActionType

See Also

Reference

C1.WPF.C1Chart3D Namespace