ExcelLineChartSerie Class

Office Open XML

A serie for a line chart

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Drawing.Chart..::.ExcelChartSerie
      OfficeOpenXml.Drawing.Chart..::.ExcelLineChartSerie

See Also