Add Method

Office Open XML

Add a new trendline

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

Syntax

C#
public ExcelChartTrendline Add(
	eTrendLine Type
)
Visual Basic (Declaration)
Public Function Add ( _
	Type As eTrendLine _
) As ExcelChartTrendline
Visual C++
public:
ExcelChartTrendline^ Add(
	eTrendLine Type
)

Parameters

Type
Type: OfficeOpenXml.Drawing.Chart..::.eTrendLine

[Missing <param name="Type"/> documentation for "M:OfficeOpenXml.Drawing.Chart.ExcelChartTrendlineCollection.Add(OfficeOpenXml.Drawing.Chart.eTrendLine)"]

Return Value

The trendline

See Also