Class ExcelChartDataLabelItem
Represents an individual datalabel
Inheritance
ExcelChartDataLabelItem
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelChartDataLabelItem : ExcelChartDataLabelStandard
Properties
Index
The index of an individual datalabel
Declaration
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Layout
Define position for manual elements
Declaration
public ExcelLayout Layout { get; }
Property Value
| Type | Description |
|---|---|
| ExcelLayout |