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


In This Topic
    OffsetDragOperation Class
    In This Topic
    This class represents the offset interactivity operation. The offset feature of the control enables the end user to move the chart margins by pressing the mouse button and then dragging the mouse over the control. The chart will move accordingly and the margins of the current chart will also change accordingly.
    Object Model
    OffsetDragOperation Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class OffsetDragOperation 
       Inherits DragOperation
    'Usage
     
    Dim instance As OffsetDragOperation
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class OffsetDragOperation : DragOperation 
    Inheritance Hierarchy

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

    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