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.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelChartWorksheet AddChartWorksheet(
	ExcelChartType chartType
)

Parameters

chartType  ExcelChartType
The chart type

Return Value

ExcelChartWorksheet
The newly created chart

See Also