Interface IMultiThreadedPlotControl
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public interface IMultiThreadedPlotControl
- Extension Methods
Methods
IsEntered()
Returns whether true if the plot is locked by the calling thread.
void IsEntered()
IsLocked()
Returns whether true if the plot currently locked.
void IsLocked()
Lock()
Returns only when the plot is successfully locked and rendering has stopped.
void Lock()
TryLock()
Attempt to lock the plot and return whether a lock was achieved. If true is returned, the plot is locked and rendering has stopped. If false is returned, the plot was not successfully locked and rendering is permitted.
bool TryLock()
Returns
UnLock()
Releases the plot lock and permits rendering again.
void UnLock()