ExcelChartTitle Class

Office Open XML

The title of a chart

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

Syntax

C#
public class ExcelChartTitle : XmlHelper
Visual Basic (Declaration)
Public Class ExcelChartTitle _
	Inherits XmlHelper
Visual C++
public ref class ExcelChartTitle : public XmlHelper

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Drawing.Chart..::.ExcelChartTitle

See Also