[]
Shows the change chart type dialog.
public static IDialog ChangeChartType(GcSpreadSheet spread, bool changeSeries = false)
Public Shared Function ChangeChartType(spread As GcSpreadSheet, Optional changeSeries As Boolean = False) As IDialog
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. |
Type | Description |
---|---|
IDialog | The IDialog object represents the change chart type dialog. |