Class ExcelChartDataLabelCollection
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
A collection of individually formatted datalabels
public class ExcelChartDataLabelCollection : XmlHelper, IEnumerable<ExcelChartDataLabelItem>, IEnumerable
- Inheritance
-
ExcelChartDataLabelCollection
- Implements
- Inherited Members
Properties
Count
Number of items in the collection
public int Count { get; }
Property Value
this[int]
Indexer for the collection
public ExcelChartDataLabelItem this[int index] { get; }
Parameters
index
intThe index
Property Value
Methods
Add(int)
Adds a new chart label to the collection
public ExcelChartDataLabelItem Add(int index)
Parameters
index
intThe index
Returns
GetEnumerator()
Gets the enumerator for the collection
public IEnumerator<ExcelChartDataLabelItem> GetEnumerator()
Returns
- IEnumerator<ExcelChartDataLabelItem>
The enumerator