Table of Contents

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

bool

Label

public string Label { readonly get; set; }

Property Value

string

OnInvoke

public Action<Plot> OnInvoke { readonly get; set; }

Property Value

Action<Plot>