TrendLines Property

Office Open XML

Access to the trendline collection

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

Syntax

C#
public ExcelChartTrendlineCollection TrendLines { get; }
Visual Basic (Declaration)
Public ReadOnly Property TrendLines As ExcelChartTrendlineCollection
Visual C++
public:
property ExcelChartTrendlineCollection^ TrendLines {
	ExcelChartTrendlineCollection^ get ();
}

See Also