Class ExcelChartExDataLabelCollection
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
A collection of individual data labels
public class ExcelChartExDataLabelCollection : ExcelChartExDataLabel, IEnumerable<ExcelChartExDataLabelItem>, IEnumerable
- Inheritance
-
ExcelChartExDataLabelCollection
- Implements
- Inherited Members
Properties
this[int]
Returns tje data label at the specific position.
public ExcelChartExDataLabel this[int index] { get; }
Parameters
index
intThe index of the datalabel. 0-base.
Property Value
- ExcelChartExDataLabel
Returns null if the data label does not exist in the collection
Methods
Add(int)
Adds an individual data label for customization.
public ExcelChartExDataLabelItem Add(int index)
Parameters
index
intThe zero based index
Returns
GetEnumerator()
Get the enumerator
public IEnumerator<ExcelChartExDataLabelItem> GetEnumerator()