Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / ZoomDragOperation Class
Members


In This Topic
    ZoomDragOperation Class
    In This Topic
    The zoom feature of the control enables the user to interactively modify the Zoom parameter of the View object attached to the active chart.
    Object Model
    ZoomDragOperation Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class ZoomDragOperation 
       Inherits DragOperation
    'Usage
     
    Dim instance As ZoomDragOperation
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class ZoomDragOperation : DragOperation 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.InteractivityOperation
          Xceed.Chart.GraphicsCore.DragOperation
             Xceed.Chart.GraphicsCore.ZoomDragOperation

    Public Constructors
     NameDescription
    Public ConstructorCreates a new ZoomDragOperation operation.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether the interactivity operation is active. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation)
    Public PropertyControls the cursor displayed by the control when the operation is active. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Public PropertyThe mouse button that starts this dragging operation (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Public PropertyThe change in the zoom parameter of the chart view when the user presses the up or down arrow buttons.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation)
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation)
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Top
    Public Events
     NameDescription
    Public EventFired before a drag operation is about to begin. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Public EventFired if the user pressed the Escape button. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Public EventFired when a drag operation is being processes. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Public EventFired after a drag operation has ended. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Top
    Requirements

    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

    See Also