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


In This Topic
    TrackballDragOperation Class
    In This Topic
    This class represents the trackball interactivity operation. The trackball feature of the control enables you to to interactively modify the Elevation and Rotation parameters of the View object of the active chart.
    Object Model
    TrackballDragOperation Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class TrackballDragOperation 
       Inherits DragOperation
    'Usage
     
    Dim instance As TrackballDragOperation
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class TrackballDragOperation : DragOperation 
    Inheritance Hierarchy

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

    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