Table of Contents

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

parent IHasInteractiveHandles
cursor Cursor
index int

Properties

Cursor

Cursor the control should use when interacting with this handle

public Cursor Cursor { get; }

Property Value

Cursor

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

int

Parent

The plottable this handle belongs to. This is useful when events pass handles themselves.

public IHasInteractiveHandles Parent { get; }

Property Value

IHasInteractiveHandles

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.