[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip

SpreadChartContextMenuStrip Class

Represent the default context menu for SpreadChart.

Namespace: FarPoint.Win.Spread.Chart
Assembly: FarPoint.Win.Spread.dll
Syntax
[ToolboxBitmap(typeof(SpreadChartContextMenuStrip), "SpreadChartContextMenuStrip.ico")]
public class SpreadChartContextMenuStrip : ContextMenuStripEx, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
<ToolboxBitmap(GetType(SpreadChartContextMenuStrip), "SpreadChartContextMenuStrip.ico")>
Public Class SpreadChartContextMenuStrip
    Inherits ContextMenuStripEx
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

Constructors

Name Description
SpreadChartContextMenuStrip()

Initializes a new instance of the SpreadChartContextMenuStrip class.

Properties

Name Description
BackgroundImage
Items

Gets all the items that belong to a ToolStrip.

Methods

Name Description
CreateChartSelectDataSourceForm(FpSpread, SpreadChart)

Creates the chart select data source form.

CreateFormatAxisForm(ChartModel, ChartViewType, Axis, AxisType)
CreateFormatChartAreaForm(ChartModel, ChartViewType)

Creates the chart select data source form.

CreateFormatDataLabelForm(ChartModel, ChartViewType, Series)

Creates the format data label form.

CreateFormatDataPointForm(ChartModel, ChartViewType, Series, int)

Creates the format data point form.

CreateFormatLegendAreaForm(ChartModel, ChartViewType, LegendArea)

Creates the format legend area form.

CreateFormatPlotAreaForm(ChartModel, ChartViewType, PlotArea)

Creates the format plot area form.

CreateFormatSeriesForm(ChartModel, ChartViewType, ICompositeSeries, Series)

Creates the format series form.

CreateLabelAreaForm(ChartModel, ChartViewType, LabelArea)

Creates the label area form.

CreateMoveChartForm(FpSpread, SpreadChart)

Creates the move chart form.

Dispose(bool)

Releases the unmanaged resources used by the ContextMenuStrip and optionally releases the managed resources.

OnChangeChartTypeItemClicked(ToolStripItemClickedEventArgs)

Performs "Change Chart Type" command from the context menu.

OnChangeChartViewTypeItemClicked(ToolStripItemClickedEventArgs)

Performs "Change Chart View Type" command from the context menu.

OnChartDesignerItemClicked(ToolStripItemClickedEventArgs)

Performs "Chart Designer" command from the context menu.

OnClosed(ToolStripDropDownClosedEventArgs)

Raises the Closed event.

OnCopyItemClicked(ToolStripItemClickedEventArgs)

Performs "Copy" command from the context menu.

OnCutItemClicked(ToolStripItemClickedEventArgs)

Performs "Cut" command from the context menu.

OnDeleteItemClicked(ToolStripItemClickedEventArgs)

Performs "Delete" command from the context menu.

OnFormatAxisItemClicked(ToolStripItemClickedEventArgs)
OnFormatChartItemClicked(ToolStripItemClickedEventArgs)

Raises the FormatChartItemClicked event.

OnFormatDataLabelItemClicked(ToolStripItemClickedEventArgs)

Raises the FormatDataLabelItemClicked event.

OnFormatDataPointItemClicked(ToolStripItemClickedEventArgs)

Raises the FormatDataPointItemClicked event.

OnFormatLabelAreaItemClicked(ToolStripItemClickedEventArgs)

Raises the FormatLabelAreaItemClicked event.

OnFormatLegendAreaItemClicked(ToolStripItemClickedEventArgs)

Raises the FormatLegendAreaItemClicked event.

OnFormatPlotAreaItemClicked(ToolStripItemClickedEventArgs)

Raises the FormatPlotAreaItemClicked event.

OnFormatSeriesItemClicked(ToolStripItemClickedEventArgs)

Raises the FormatSeriesItemClicked event.

OnGotFocus(EventArgs)

Raises the GotFocus event.

OnItemClicked(ToolStripItemClickedEventArgs)

Raises the ItemClicked event.

OnMoveChartItemClicked(ToolStripItemClickedEventArgs)

Performs "Move Chart" command from the context menu.

OnPaint(PaintEventArgs)
OnPasteItemClicked(ToolStripItemClickedEventArgs)

Performs "Paste" command from the context menu.

OnRendererChanged(EventArgs)
OnSelectDataItemClicked(ToolStripItemClickedEventArgs)

Performs "Select Data" command from the context menu.

OnSetTotalPointItemClicked(ToolStripItemClickedEventArgs)

Raises the SetTotalPointItemClicked event.

OnSwitchRowColumnItemClicked(ToolStripItemClickedEventArgs)

Performs "Switch Row and Column" command from the context menu.

UpdateContextMenuItems()

Updates the context menu items.