Table of Contents

Interface IUserAction

Namespace
ScottPlot.Interactivity
Assembly
ScottPlot.dll

Describes something the uer did to interact with the plot

public interface IUserAction
Extension Methods

Properties

DateTime

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

DateTime DateTime { get; set; }

Property Value

DateTime

Description

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

string Description { get; }

Property Value

string

Device

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

string Device { get; }

Property Value

string