Name | Description | |
---|---|---|
TrackballDragOperation Constructor | Creates a new TrackballDragOperation operation. |
The following tables list the members exposed by TrackballDragOperation.
Name | Description | |
---|---|---|
TrackballDragOperation Constructor | Creates a new TrackballDragOperation 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_fElevation | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_fElevationStep | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_fRotation | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_fRotationStep | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_fSquareSize | 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_ptCenter | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_ptEnd | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_ptStart | 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. (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) | |
ElevationStep | The change in the elevation parameter of the chart view when the user presses the up or down arrow buttons. | |
MouseDragButton | The mouse button that starts this dragging operation (Inherited from Xceed.Chart.GraphicsCore.DragOperation) | |
RotationStep | The change in the rotation parameter of the chart view when the user presses the left or right 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 | |
---|---|---|
ClampPointToSphere | This member is reserved for internal use and is not intended to be used directly from your code. | |
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) | |
GetPolarCoordinates | This member is reserved for internal use and is not intended to be used directly from your code. | |
RotatePoint | 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. (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) |