Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / MoveChart Method
The FarPoint.Win.Spread.FpSpread owner.
The processing GrapeCity.Spreadsheet.Charts.IChart object which should be moved.


In This Topic
    MoveChart Method
    In This Topic
    Create new instance of FarPoint.Win.Spread.Chart.MoveChart dialogs.
    Syntax
    'Declaration
     
    
    Public Shared Function MoveChart( _
       ByVal spread As FpSpread, _
       Optional ByVal chart As IChart _
    ) As Form
    'Usage
     
    
    Dim spread As FpSpread
    Dim chart As IChart
    Dim value As Form
     
    value = BuiltInDialogs.MoveChart(spread, chart)
    public static Form MoveChart( 
       FpSpread spread,
       IChart chart
    )

    Parameters

    spread
    The FarPoint.Win.Spread.FpSpread owner.
    chart
    The processing GrapeCity.Spreadsheet.Charts.IChart object which should be moved.
    See Also