ExcelChartSeries Class

Office Open XML

[Missing <summary> documentation for "T:OfficeOpenXml.Drawing.Chart.ExcelChartSeries"]

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

Syntax

C#
public sealed class ExcelChartSeries : XmlHelper, 
	IEnumerable
Visual Basic (Declaration)
Public NotInheritable Class ExcelChartSeries _
	Inherits XmlHelper _
	Implements IEnumerable
Visual C++
public ref class ExcelChartSeries sealed : public XmlHelper, 
	IEnumerable

Inheritance Hierarchy

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

See Also