[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.BuiltInDialogs.ChangeChartType

ChangeChartType Method

ChangeChartType(GcSpreadSheet, bool)

Shows the change chart type dialog.

Declaration
public static IDialog ChangeChartType(GcSpreadSheet spread, bool changeSeries = false)
Public Shared Function ChangeChartType(spread As GcSpreadSheet, Optional changeSeries As Boolean = False) As IDialog
Parameters
Type Name Description
GcSpreadSheet spread

The GcSpreadSheet control to work with.

bool changeSeries

The parameter that indicates whether to show a dialog for changing the series type or not.

Returns
Type Description
IDialog

The IDialog object represents the change chart type dialog.