ScottPlot
Loading...
Searching...
No Matches
Properties | List of all members
ScottPlot.Interactivity.IUserAction Interface Reference

Describes something the uer did to interact with the plot. More...

Inheritance diagram for ScottPlot.Interactivity.IUserAction:
ScottPlot.Interactivity.IMouseAction ScottPlot.Interactivity.IMouseButtonAction

Properties

string Device [get]
 Name of the thing performing the action but no state. E.g., "left button" or "shift key".
 
string Description [get]
 Description of both the input device and its state. E.g., "left button released" or "shift key pressed".
 
DateTime DateTime [get, set]
 Describes when the event happened. Useful for distinguishing single from double-clicks.
 

Detailed Description

Describes something the uer did to interact with the plot.

Parameters
deviceWhat the user engaged with
descriptionWhat the user did to the device

Property Documentation

◆ DateTime

DateTime ScottPlot.Interactivity.IUserAction.DateTime
getset

Describes when the event happened. Useful for distinguishing single from double-clicks.

◆ Description

string ScottPlot.Interactivity.IUserAction.Description
get

Description of both the input device and its state. E.g., "left button released" or "shift key pressed".

◆ Device

string ScottPlot.Interactivity.IUserAction.Device
get

Name of the thing performing the action but no state. E.g., "left button" or "shift key".


The documentation for this interface was generated from the following file: