Describes something the uer did to interact with the plot.
More...
|
| 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.
|
| |
Describes something the uer did to interact with the plot.
- Parameters
-
| device | What the user engaged with |
| description | What the user did to the device |
◆ 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:
- ScottPlot/src/ScottPlot5/ScottPlot5/Interactivity/IUserAction.cs