'Declaration Public Shared Function InsertChart( _ ByVal spread As GcSpreadSheet, _ Optional ByVal chartType As ChartType _ ) As IDialog
'Usage Dim spread As GcSpreadSheet Dim chartType As ChartType Dim value As IDialog value = BuiltInDialogs.InsertChart(spread, chartType)
public static IDialog InsertChart( GcSpreadSheet spread, ChartType chartType )
Parameters
- spread
- The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
- chartType
Return Value
The IDialog object represents the insert chart dialog.