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


In This Topic
    ChartMouseTool Class Properties
    In This Topic

    For a list of all members of this type, see ChartMouseTool members.

    Public Properties
     NameDescription
    Public PropertyIndicates whether the interactivity operation is active. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation)
    Public PropertyWhen set to true the tool will clamp the unprojected values to the axis rulers.  
    Public PropertyControls the cursor displayed by the control when the operation is active. (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Public PropertyThe index of the axis used as a horizontal (x) axis. Note that you cannot specify collinear axes for the HorizontalAxisId and VerticalAxisId properties.  
    Public PropertyThe mouse button that starts this dragging operation (Inherited from Xceed.Chart.GraphicsCore.DragOperation)
    Public PropertyThe index of the axis used as a vertical (y) axis. Note that you cannot specify collinear axes for the HorizontalAxisId and VerticalAxisId properties.  
    Top
    See Also