Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataCursorTool Class
Members


In This Topic
    DataCursorTool Class
    In This Topic
    The DataCursorTool controls the data cursor feature of the control in WinForms.
    Object Model
    DataCursorTool Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class DataCursorTool 
       Inherits ChartMouseTool
    'Usage
     
    Dim instance As DataCursorTool
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class DataCursorTool : ChartMouseTool 
    Remarks
    You enable data cursors by a adding an instance of this object to the Interactivity collection of the control.
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.InteractivityOperation
          Xceed.Chart.GraphicsCore.DragOperation
             Xceed.Chart.Core.ChartMouseTool
                Xceed.Chart.Core.DataCursorTool

    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