Table of Contents

Class ExcelChartDataPointCollection

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

A collection of datapoints

public class ExcelChartDataPointCollection : XmlHelper, IEnumerable<ExcelChartDataPoint>, IEnumerable
Inheritance
ExcelChartDataPointCollection
Implements
Inherited Members

Properties

Count

Number of items in the collection

public int Count { get; }

Property Value

int

this[int]

Indexer

public ExcelChartDataPoint this[int index] { get; }

Parameters

index int

The index

Property Value

ExcelChartDataPoint

Methods

Add(int)

Adds a new datapoint to the collection

public ExcelChartDataPoint Add(int index)

Parameters

index int

The index

Returns

ExcelChartDataPoint

The datapoint

ContainsKey(int)

Checkes if the index exists in the collection

public bool ContainsKey(int index)

Parameters

index int

The index

Returns

bool

true if exists

GetEnumerator()

Gets the enumerator for the collection

public IEnumerator<ExcelChartDataPoint> GetEnumerator()

Returns

IEnumerator<ExcelChartDataPoint>

The enumerator