'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.