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


In This Topic
    CursorChangeInteractivityOperation Class
    In This Topic
    When present in the InteractivityOperations collection instructs the control to change the mouse cursor depending on the underlying chart object.
    Object Model
    CursorChangeInteractivityOperation Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class CursorChangeInteractivityOperation 
       Inherits InteractivityOperation
    'Usage
     
    Dim instance As CursorChangeInteractivityOperation
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class CursorChangeInteractivityOperation : InteractivityOperation 
    Remarks
    By default all chart objects have the default cursor so you must also modify the Cursor property of the objects that you want to change the mouse cursor.
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.InteractivityOperation
          Xceed.Chart.GraphicsCore.CursorChangeInteractivityOperation

    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