Name | Description | |
---|---|---|
ChartMouseTool Constructor | This member is reserved for internal use and is not intended to be used directly from your code. |
The following tables list the members exposed by ChartMouseTool.
Name | Description | |
---|---|---|
ChartMouseTool Constructor | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
m_bClampValuesToRuler | This member is reserved for internal use and is not intended to be used directly from your code. | |
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_Chart | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_CurrentPoint | 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. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) | |
m_Device | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_HorzAxis | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_ModelPlane | 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) | |
m_StartPoint | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_vecHorzAxis | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_vecVertAxis | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_VertAxis | 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) | |
ClampValuesToRuler | When set to true the tool will clamp the unprojected values to the axis rulers. | |
Cursor | Controls the cursor displayed by the control when the operation is active. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) | |
HorizontalAxisId | The index of the axis used as a horizontal (x) axis. Note that you cannot specify collinear axes for the HorizontalAxisId and VerticalAxisId properties. | |
MouseDragButton | The mouse button that starts this dragging operation (Inherited from Xceed.Chart.GraphicsCore.DragOperation) | |
VerticalAxisId | The index of the axis used as a vertical (y) axis. Note that you cannot specify collinear axes for the HorizontalAxisId and VerticalAxisId properties. |
Name | Description | |
---|---|---|
CancelOperation | Cancels this interactivity operation (Inherited from Xceed.Chart.GraphicsCore.DragOperation) | |
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) | |
ProcessKeyDown | 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 | |
---|---|---|
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) | |
Init | This member is reserved for internal use and is not intended to be used directly from your code. | |
InitAxisVectors | This member is reserved for internal use and is not intended to be used directly from your code. | |
InitMapPlane | This member is reserved for internal use and is not intended to be used directly from your code. | |
MapPointToAxisRuler | This member is reserved for internal use and is not intended to be used directly from your code. | |
MapPointToAxisValues | This member is reserved for internal use and is not intended to be used directly from your code. | |
MapViewPointToModelPlane | 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) |