ExcelLineChart Class

Office Open XML

Provides access to line chart specific properties

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Drawing..::.ExcelDrawing
      OfficeOpenXml.Drawing.Chart..::.ExcelChart
        OfficeOpenXml.Drawing.Chart..::.ExcelLineChart

See Also