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
this[int]
Indexer
public ExcelChartExDataPoint this[int index] { get; }
Parameters
index
intThe index
Property Value
Methods
Add(int)
Adds a new datapoint to the collection
public ExcelChartExDataPoint Add(int index)
Parameters
index
intThe zero based index
Returns
- ExcelChartExDataPoint
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<ExcelChartExDataPoint> GetEnumerator()
Returns
- IEnumerator<ExcelChartExDataPoint>
The enumerator