Table of Contents

Interface IPlotMenu

Namespace
ScottPlot
Assembly
ScottPlot.dll
public interface IPlotMenu
Extension Methods

Methods

Add(string, Action<Plot>)

void Add(string Label, Action<Plot> action)

Parameters

Label string
action Action<Plot>

AddSeparator()

void AddSeparator()

Clear()

void Clear()

Reset()

void Reset()

ShowContextMenu(Pixel)

void ShowContextMenu(Pixel pixel)

Parameters

pixel Pixel