Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Dialogs Namespace / BuiltInDialogs Class / ChangeChartType Method
The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
The parameter that indicates whether to show a dialog for changing the series type or not.


In This Topic
    ChangeChartType Method
    In This Topic
    Shows the change chart type dialog.
    Syntax
    'Declaration
     
    Public Shared Function ChangeChartType( _
       ByVal spread As GcSpreadSheet, _
       Optional ByVal changeSeries As Boolean _
    ) As IDialog
    'Usage
     
    Dim spread As GcSpreadSheet
    Dim changeSeries As Boolean
    Dim value As IDialog
     
    value = BuiltInDialogs.ChangeChartType(spread, changeSeries)
    public static IDialog ChangeChartType( 
       GcSpreadSheet spread,
       bool changeSeries
    )

    Parameters

    spread
    The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
    changeSeries
    The parameter that indicates whether to show a dialog for changing the series type or not.

    Return Value

    The IDialog object represents the change chart type dialog.
    See Also