
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <SerializableAttribute()> Public MustInherit Class DragOperation Inherits InteractivityOperation
'Usage Dim instance As DragOperation
[ClassInterface(ClassInterfaceType.AutoDual)] [Serializable()] public abstract class DragOperation : InteractivityOperation
System.Object
Xceed.Chart.GraphicsCore.InteractivityOperation
Xceed.Chart.GraphicsCore.DragOperation
Xceed.Chart.Core.ChartMouseTool
Xceed.Chart.GraphicsCore.OffsetDragOperation
Xceed.Chart.GraphicsCore.TrackballDragOperation
Xceed.Chart.GraphicsCore.ZoomDragOperation
Name | Description | |
---|---|---|
![]() | m_bProcessing | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_Cursor | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_nMouseDragButton | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_StartMouseEventArgs | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | Active | Indicates whether the interactivity operation is active. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation) |
![]() | Cursor | Controls the cursor displayed by the control when the operation is active. |
![]() | MouseDragButton | The mouse button that starts this dragging operation |
Name | Description | |
---|---|---|
![]() | CancelOperation | Cancels this interactivity operation |
![]() | Clone | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation) |
![]() | Dispose | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation) |
Name | Description | |
---|---|---|
![]() | FireBeginDrag | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | FireCancel | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | FireDoDrag | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | FireEndDrag | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | GetDevice | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | BeginDrag | Fired before a drag operation is about to begin. |
![]() | Cancel | Fired if the user pressed the Escape button. |
![]() | DoDrag | Fired when a drag operation is being processes. |
![]() | EndDrag | Fired after a drag operation has ended. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2