# FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip" class="text-break">SpreadChartContextMenuStrip Class
</h1>
  <div class="markdown level0 summary"><p>Represent the default context menu for SpreadChart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstrip">ToolStrip</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripdropdown">ToolStripDropDown</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripdropdownmenu">ToolStripDropDownMenu</a></div>
    <div class="level8"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.contextmenustrip">ContextMenuStrip</a></div>
    <div class="level9"><span class="xref">ContextMenuStripEx</span></div>
    <div class="level10"><span class="xref">SpreadChartContextMenuStrip</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(SpreadChartContextMenuStrip), &quot;SpreadChartContextMenuStrip.ico&quot;)]
public class SpreadChartContextMenuStrip : ContextMenuStripEx, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(SpreadChartContextMenuStrip), &quot;SpreadChartContextMenuStrip.ico&quot;)&gt;
Public Class SpreadChartContextMenuStrip
    Inherits ContextMenuStripEx
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip__ctor" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip__ctor">SpreadChartContextMenuStrip()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.html">SpreadChartContextMenuStrip</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_BackgroundImage" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.BackgroundImage">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.BackgroundImage.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_Items" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.Items">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.Items.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all the items that belong to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstrip">ToolStrip</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateChartSelectDataSourceForm_FarPoint_Win_Spread_FpSpread_FarPoint_Win_Spread_Chart_SpreadChart_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateChartSelectDataSourceForm(FarPoint.Win.Spread.FpSpread,FarPoint.Win.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateChartSelectDataSourceForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateChartSelectDataSourceForm_FarPoint_Win_Spread_FpSpread_FarPoint_Win_Spread_Chart_SpreadChart_">CreateChartSelectDataSourceForm(FpSpread, SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the chart select data source form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatAxisForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_Axis_FarPoint_Win_Chart_AxisInfo_AxisType_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatAxisForm(FarPoint.Win.Chart.ChartModel,FarPoint.Win.Chart.ChartViewType,FarPoint.Win.Chart.Axis,FarPoint.Win.Chart.AxisInfo.AxisType)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatAxisForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatAxisForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_Axis_FarPoint_Win_Chart_AxisInfo_AxisType_">CreateFormatAxisForm(ChartModel, ChartViewType, Axis, AxisType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the format axis form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatChartAreaForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatChartAreaForm(FarPoint.Win.Chart.ChartModel,FarPoint.Win.Chart.ChartViewType)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatChartAreaForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatChartAreaForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_">CreateFormatChartAreaForm(ChartModel, ChartViewType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the chart format area form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatDataLabelForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_Series_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatDataLabelForm(FarPoint.Win.Chart.ChartModel,FarPoint.Win.Chart.ChartViewType,FarPoint.Win.Chart.Series)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatDataLabelForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatDataLabelForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_Series_">CreateFormatDataLabelForm(ChartModel, ChartViewType, Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the format data label form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatDataPointForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_Series_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatDataPointForm(FarPoint.Win.Chart.ChartModel,FarPoint.Win.Chart.ChartViewType,FarPoint.Win.Chart.Series,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatDataPointForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatDataPointForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_Series_System_Int32_">CreateFormatDataPointForm(ChartModel, ChartViewType, Series, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the format data point form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatLegendAreaForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_LegendArea_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatLegendAreaForm(FarPoint.Win.Chart.ChartModel,FarPoint.Win.Chart.ChartViewType,FarPoint.Win.Chart.LegendArea)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatLegendAreaForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatLegendAreaForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_LegendArea_">CreateFormatLegendAreaForm(ChartModel, ChartViewType, LegendArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the format legend area form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatPlotAreaForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_PlotArea_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatPlotAreaForm(FarPoint.Win.Chart.ChartModel,FarPoint.Win.Chart.ChartViewType,FarPoint.Win.Chart.PlotArea)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatPlotAreaForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatPlotAreaForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_PlotArea_">CreateFormatPlotAreaForm(ChartModel, ChartViewType, PlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the format plot area form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatSeriesForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_ICompositeSeries_FarPoint_Win_Chart_Series_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatSeriesForm(FarPoint.Win.Chart.ChartModel,FarPoint.Win.Chart.ChartViewType,FarPoint.Win.Chart.ICompositeSeries,FarPoint.Win.Chart.Series)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatSeriesForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateFormatSeriesForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_ICompositeSeries_FarPoint_Win_Chart_Series_">CreateFormatSeriesForm(ChartModel, ChartViewType, ICompositeSeries, Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the format series form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateLabelAreaForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_LabelArea_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateLabelAreaForm(FarPoint.Win.Chart.ChartModel,FarPoint.Win.Chart.ChartViewType,FarPoint.Win.Chart.LabelArea)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateLabelAreaForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateLabelAreaForm_FarPoint_Win_Chart_ChartModel_FarPoint_Win_Chart_ChartViewType_FarPoint_Win_Chart_LabelArea_">CreateLabelAreaForm(ChartModel, ChartViewType, LabelArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the label area form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateMoveChartForm_FarPoint_Win_Spread_FpSpread_FarPoint_Win_Spread_Chart_SpreadChart_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateMoveChartForm(FarPoint.Win.Spread.FpSpread,FarPoint.Win.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateMoveChartForm.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_CreateMoveChartForm_FarPoint_Win_Spread_FpSpread_FarPoint_Win_Spread_Chart_SpreadChart_">CreateMoveChartForm(FpSpread, SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the move chart form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_Dispose_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.Dispose(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.Dispose.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.contextmenustrip">ContextMenuStrip</a> and optionally releases the managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnChangeChartTypeItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnChangeChartTypeItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnChangeChartTypeItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnChangeChartTypeItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnChangeChartTypeItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Change Chart Type&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnChangeChartViewTypeItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnChangeChartViewTypeItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnChangeChartViewTypeItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnChangeChartViewTypeItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnChangeChartViewTypeItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Change Chart View Type&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnChartDesignerItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnChartDesignerItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnChartDesignerItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnChartDesignerItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnChartDesignerItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Chart Designer&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnClosed_System_Windows_Forms_ToolStripDropDownClosedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnClosed.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnClosed_System_Windows_Forms_ToolStripDropDownClosedEventArgs_">OnClosed(ToolStripDropDownClosedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripdropdown.closed">Closed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnCopyItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnCopyItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnCopyItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnCopyItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnCopyItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Copy&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnCutItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnCutItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnCutItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnCutItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnCutItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Cut&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnDeleteItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnDeleteItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnDeleteItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnDeleteItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnDeleteItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Delete&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatAxisItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatAxisItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatAxisItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatAxisItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnFormatAxisItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatAxisItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatAxisItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnFormatAxisItemClicked(ToolStripItemClickedEventArgs)</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatChartItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatChartItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatChartItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatChartItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnFormatChartItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">FormatChartItemClicked</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatDataLabelItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatDataLabelItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatDataLabelItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatDataLabelItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnFormatDataLabelItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">FormatDataLabelItemClicked</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatDataPointItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatDataPointItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatDataPointItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatDataPointItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnFormatDataPointItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">FormatDataPointItemClicked</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatLabelAreaItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatLabelAreaItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatLabelAreaItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatLabelAreaItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnFormatLabelAreaItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">FormatLabelAreaItemClicked</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatLegendAreaItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatLegendAreaItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatLegendAreaItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatLegendAreaItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnFormatLegendAreaItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">FormatLegendAreaItemClicked</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatPlotAreaItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatPlotAreaItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatPlotAreaItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatPlotAreaItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnFormatPlotAreaItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">FormatPlotAreaItemClicked</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatSeriesItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatSeriesItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnFormatSeriesItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnFormatSeriesItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnFormatSeriesItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">FormatSeriesItemClicked</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnGotFocus_System_EventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnGotFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnGotFocus.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.gotfocus">GotFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstrip.itemclicked">ItemClicked</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnMoveChartItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnMoveChartItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnMoveChartItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnMoveChartItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnMoveChartItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Move Chart&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnPaint.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Control.Paint event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnPasteItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnPasteItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnPasteItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnPasteItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnPasteItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Paste&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnRendererChanged_System_EventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnRendererChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnRendererChanged.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnRendererChanged_System_EventArgs_">OnRendererChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.ToolStrip.RendererChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnSelectDataItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnSelectDataItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnSelectDataItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnSelectDataItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnSelectDataItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Select Data&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnSetTotalPointItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnSetTotalPointItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnSetTotalPointItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnSetTotalPointItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnSetTotalPointItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">SetTotalPointItemClicked</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnSwitchRowColumnItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnSwitchRowColumnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.OnSwitchRowColumnItemClicked.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_OnSwitchRowColumnItemClicked_System_Windows_Forms_ToolStripItemClickedEventArgs_">OnSwitchRowColumnItemClicked(ToolStripItemClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs &quot;Switch Row and Column&quot; command from the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_UpdateContextMenuItems" data-uid="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.UpdateContextMenuItems">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.UpdateContextMenuItems.html#FarPoint_Win_Spread_Chart_SpreadChartContextMenuStrip_UpdateContextMenuItems">UpdateContextMenuItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the context menu items.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
