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
this[int]
Indexer
public ExcelChartDataPoint this[int index] { get; }
Parameters
index
intThe index
Property Value
Methods
Add(int)
Adds a new datapoint to the collection
public ExcelChartDataPoint Add(int index)
Parameters
index
intThe index
Returns
- ExcelChartDataPoint
The datapoint
ContainsKey(int)
Checkes if the index exists in the collection
public bool ContainsKey(int index)
Parameters
index
intThe index
Returns
- bool
true if exists
GetEnumerator()
Gets the enumerator for the collection
public IEnumerator<ExcelChartDataPoint> GetEnumerator()
Returns
- IEnumerator<ExcelChartDataPoint>
The enumerator