Title Property

Office Open XML

Titel of the chart

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

Syntax

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

See Also