Struct ContextMenuItem
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Represents a single item in a right-click pop-up menu
public struct ContextMenuItem
- Inherited Members
- Extension Methods
Properties
IsSeparator
public bool IsSeparator { readonly get; set; }
Property Value
Label
public string Label { readonly get; set; }
Property Value
OnInvoke
public Action<Plot> OnInvoke { readonly get; set; }