ExcelChartSerieDataLabel Class

Office Open XML

Datalabel properties

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

Syntax

C#
public sealed class ExcelChartSerieDataLabel : ExcelChartDataLabel
Visual Basic (Declaration)
Public NotInheritable Class ExcelChartSerieDataLabel _
	Inherits ExcelChartDataLabel
Visual C++
public ref class ExcelChartSerieDataLabel sealed : public ExcelChartDataLabel

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Drawing.Chart..::.ExcelChartDataLabel
      OfficeOpenXml.Drawing.Chart..::.ExcelChartSerieDataLabel

See Also