Name | Description | |
---|---|---|
OffsetDragOperation Constructor | Creates a new OffsetDragOperation object. |
The following tables list the members exposed by OffsetDragOperation.
Name | Description | |
---|---|---|
OffsetDragOperation Constructor | Creates a new OffsetDragOperation object. |
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_fBottomMargin | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_fHorizontalStep | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_fLeftMargin | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_fRightMargin | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_fTopMargin | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_fVerticalStep | 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) | |
HorizontalStep | The change in the x margin location parameter of the chart view when the user presses the left or right arrow buttons. | |
MouseDragButton | The mouse button that starts this dragging operation (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
Name | Description | |
---|---|---|
VerticalStep | The change in the y margin location parameter of the chart view when the user presses the up or down arrow buttons. |
Name | Description | |
---|---|---|
CancelOperation | Overridden. Cancels the offset drag 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. (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) |