Add Method

Office Open XML

Add a new charttype to the chart

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelChart Add(
	eChartType chartType
)
Visual Basic (Declaration)
Public Function Add ( _
	chartType As eChartType _
) As ExcelChart
Visual C++
public:
ExcelChart^ Add(
	eChartType chartType
)

Parameters

chartType
Type: OfficeOpenXml.Drawing.Chart..::.eChartType
The type of the new chart

Return Value

[Missing <returns> documentation for "M:OfficeOpenXml.Drawing.Chart.ExcelChartCollection.Add(OfficeOpenXml.Drawing.Chart.eChartType)"]

See Also