Chart Property

Office Open XML

A reference to the chart object

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

Syntax

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

See Also