Class InteractiveHandle
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public class InteractiveHandle
- Inheritance
-
InteractiveHandle
- Inherited Members
- Extension Methods
Constructors
InteractiveHandle(IHasInteractiveHandles, Cursor, int)
public InteractiveHandle(IHasInteractiveHandles parent, Cursor cursor, int index = 0)
Parameters
parentIHasInteractiveHandlescursorCursorindexint
Properties
Cursor
Cursor the control should use when interacting with this handle
public Cursor Cursor { get; }
Property Value
Index
The index that uniquely identifies this handle. This value is only useful for interactive objects with multiple handles.
public int Index { get; }
Property Value
Parent
The plottable this handle belongs to. This is useful when events pass handles themselves.
public IHasInteractiveHandles Parent { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.