ExcelChartWorksheetsCollectionAddChartWorksheet(ExcelChartType) Method |
Use this type of constructor when the series will be manually added to the chart, otherwise use the constructor accepting the data source range parameter.
Adds a new chart worksheet with the default name to the collection without specifying the data source range.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelChartWorksheet AddChartWorksheet(
ExcelChartType chartType
)
Public Function AddChartWorksheet (
chartType As ExcelChartType
) As ExcelChartWorksheet
Parameters
- chartType ExcelChartType
- The chart type
Return Value
ExcelChartWorksheetThe newly created chart
See Also