Type Property

Office Open XML

Type of Trendline

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

Syntax

C#
public eTrendLine Type { get; set; }
Visual Basic (Declaration)
Public Property Type As eTrendLine
Visual C++
public:
property eTrendLine Type {
	eTrendLine get ();
	void set (eTrendLine value);
}

See Also