WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSeriesContextMenu - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSeriesContextMenu

    This class inherits the class System.Windows.Forms.ContextMenu. Contains the all logical of context menu of the ChartSeries.

    Inheritance
    System.Object
    ChartSeriesContextMenu
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Windows.dll
    Syntax
    public class ChartSeriesContextMenu : ContextMenu

    Constructors

    ChartSeriesContextMenu()

    Initializes a new instance of the ChartSeriesContextMenu class.

    Declaration
    public ChartSeriesContextMenu()

    Methods

    Show(Control, Point, ChartSeries)

    Displays the shortcut menu at the specified position.

    Declaration
    public void Show(Control control, Point pos, ChartSeries series)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control

    A System.Windows.Forms.Control that specifies the control with which this shortcut menu is associated

    System.Drawing.Point pos

    A System.Drawing.Point that specifies the coordinates at which to display the menu.

    ChartSeries series

    The series.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved