Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Dialogs Namespace / BuiltInDialogs Class / InsertChart Method
The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.


In This Topic
    InsertChart Method
    In This Topic
    Shows the insert chart dialog.
    Syntax
    'Declaration
     
    Public Shared Function InsertChart( _
       ByVal spread As GcSpreadSheet, _
       Optional ByVal chartType As ChartType _
    ) As IDialog
    'Usage
     
    Dim spread As GcSpreadSheet
    Dim chartType As ChartType
    Dim value As IDialog
     
    value = BuiltInDialogs.InsertChart(spread, chartType)
    public static IDialog InsertChart( 
       GcSpreadSheet spread,
       ChartType chartType
    )

    Parameters

    spread
    The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
    chartType

    Return Value

    The IDialog object represents the insert chart dialog.
    See Also