Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / SpreadChartContextMenuStrip Constructor / SpreadChartContextMenuStrip Constructor(SpreadChart,ToolStripRenderer)
The chart owner of this context menu.
Renderer using to render this context menu.


In This Topic
    SpreadChartContextMenuStrip Constructor(SpreadChart,ToolStripRenderer)
    In This Topic
    Initializes a new instance of the SpreadChartContextMenuStrip class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spreadChart As SpreadChart, _
       Optional ByVal renderer As ToolStripRenderer _
    )
    'Usage
     
    
    Dim spreadChart As SpreadChart
    Dim renderer As ToolStripRenderer
     
    Dim instance As New SpreadChartContextMenuStrip(spreadChart, renderer)
    public SpreadChartContextMenuStrip( 
       SpreadChart spreadChart,
       ToolStripRenderer renderer
    )

    Parameters

    spreadChart
    The chart owner of this context menu.
    renderer
    Renderer using to render this context menu.
    See Also