Table of Contents

Class ExcelChartCollection

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
Magicodes.EPPlus.dll
public class ExcelChartCollection : IEnumerable<ExcelChart>, IEnumerable
Inheritance
ExcelChartCollection
Implements
Inherited Members
Extension Methods

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public ExcelChart this[int PositionID] { get; }

Parameters

PositionID int

Property Value

ExcelChart

Methods

Add(eChartType)

public ExcelChart Add(eChartType chartType)

Parameters

chartType eChartType

Returns

ExcelChart