[]
Shows the insert chart dialog.
public static IDialog InsertChart(GcSpreadSheet spread, ChartType chartType = ChartType.ColumnClustered)
Public Shared Function InsertChart(spread As GcSpreadSheet, Optional chartType As ChartType = ChartType.ColumnClustered) As IDialog
| Type | Name | Description |
|---|---|---|
| GcSpreadSheet | spread | The GcSpreadSheet control to work with. |
| ChartType | chartType |
| Type | Description |
|---|---|
| IDialog | The IDialog object represents the insert chart dialog. |