
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <SerializableAttribute()> Public Class DataPanTool Inherits ChartMouseTool
'Usage Dim instance As DataPanTool
[ClassInterface(ClassInterfaceType.AutoDual)] [Serializable()] public class DataPanTool : ChartMouseTool
System.Object
Xceed.Chart.GraphicsCore.InteractivityOperation
Xceed.Chart.GraphicsCore.DragOperation
Xceed.Chart.Core.ChartMouseTool
Xceed.Chart.Core.DataPanTool
Name | Description | |
---|---|---|
![]() | DataPanTool 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. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | 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_bRepaintChartWhileDragging | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_Chart | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | m_CurrentPoint | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | 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. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | m_fXAxisBeginValue | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_fYAxisBeginValue | 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. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | m_ModelPlane | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | 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. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | m_vecHorzAxis | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | m_vecVertAxis | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | m_VertAxis | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
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. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | 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. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | MouseDragButton | The mouse button that starts this dragging operation (Inherited from Xceed.Chart.GraphicsCore.DragOperation) |
![]() | RepaintChartWhileDragging | Whether or not the control should repaint while the user uses the data pan tool |
![]() | 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. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
Name | Description | |
---|---|---|
![]() | CancelOperation | Overridden. Cancels the data pan 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) |
![]() | Init | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | InitAxisVectors | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | InitMapPlane | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | MapPointToAxisRuler | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | MapPointToAxisValues | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | MapViewPointToModelPlane | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartMouseTool) |
![]() | UpdateAxes | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | UpdateAxis | 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) |
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