Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / CreateMoveChartForm Method
The spread.
The chart.


In This Topic
    CreateMoveChartForm Method
    In This Topic
    Creates the move chart form.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateMoveChartForm( _
       ByVal spread As FpSpread, _
       ByVal chart As SpreadChart _
    ) As Form
    'Usage
     
    
    Dim instance As SpreadChartContextMenuStrip
    Dim spread As FpSpread
    Dim chart As SpreadChart
    Dim value As Form
     
    value = instance.CreateMoveChartForm(spread, chart)
    protected virtual Form CreateMoveChartForm( 
       FpSpread spread,
       SpreadChart chart
    )

    Parameters

    spread
    The spread.
    chart
    The chart.
    See Also