Table of Contents

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 int

The 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 int

The zero based index

Returns

ExcelChartExDataLabelItem

GetEnumerator()

Get the enumerator

public IEnumerator<ExcelChartExDataLabelItem> GetEnumerator()

Returns

IEnumerator<ExcelChartExDataLabelItem>