Table of Contents

Class ExcelChartDataLabelItem

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

Represents an individual datalabel

public class ExcelChartDataLabelItem : ExcelChartDataLabelStandard
Inheritance
ExcelChartDataLabelItem
Inherited Members

Properties

Index

The index of an individual datalabel

public int Index { get; set; }

Property Value

int

Layout

Define position for manual elements

public ExcelLayout Layout { get; }

Property Value

ExcelLayout