
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <SerializableAttribute()> Public Class ZoomDragOperation Inherits DragOperation
'Usage Dim instance As ZoomDragOperation
[ClassInterface(ClassInterfaceType.AutoDual)] [Serializable()] public class ZoomDragOperation : DragOperation
System.Object
Xceed.Chart.GraphicsCore.InteractivityOperation
Xceed.Chart.GraphicsCore.DragOperation
Xceed.Chart.GraphicsCore.ZoomDragOperation
Name | Description | |
---|---|---|
![]() | ZoomDragOperation Constructor | Creates a new ZoomDragOperation operation. |
Name | Description | |
---|---|---|
![]() | m_bProcessing | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | m_Cursor | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | m_fZoom | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_fZoomStep | 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. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | m_StartMouseEventArgs | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
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. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | MouseDragButton | The mouse button that starts this dragging operation (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | ZoomStep | The change in the zoom parameter of the chart view when the user presses the up or down arrow buttons. |
Name | Description | |
---|---|---|
![]() | CancelOperation | Overridden. This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | 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. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | FireCancel | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | FireDoDrag | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | FireEndDrag | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | GetDevice | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
Name | Description | |
---|---|---|
![]() | BeginDrag | Fired before a drag operation is about to begin. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | Cancel | Fired if the user pressed the Escape button. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | DoDrag | Fired when a drag operation is being processes. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | EndDrag | Fired after a drag operation has ended. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
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