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

    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