Table of Contents

Class ExcelChartExDataPointCollection

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll

A collection of datapoints for a chart

public class ExcelChartExDataPointCollection : XmlHelper, IEnumerable<ExcelChartExDataPoint>, IEnumerable
Inheritance
ExcelChartExDataPointCollection
Implements
Inherited Members

Properties

Count

Number of items in the collection

public int Count { get; }

Property Value

int

this[int]

Indexer

public ExcelChartExDataPoint this[int index] { get; }

Parameters

index int

The index

Property Value

ExcelChartExDataPoint

Methods

Add(int)

Adds a new datapoint to the collection

public ExcelChartExDataPoint Add(int index)

Parameters

index int

The zero based index

Returns

ExcelChartExDataPoint

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<ExcelChartExDataPoint> GetEnumerator()

Returns

IEnumerator<ExcelChartExDataPoint>

The enumerator