[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.BuiltInDialogs.InsertChart

InsertChart Method

InsertChart(GcSpreadSheet, ChartType)

Shows the insert chart dialog.

Declaration
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
Parameters
Type Name Description
GcSpreadSheet spread

The GcSpreadSheet control to work with.

ChartType chartType
Returns
Type Description
IDialog

The IDialog object represents the insert chart dialog.