Table of Contents

Class ExcelChartExSerieDataLabel

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll

Datalabel properties

public class ExcelChartExSerieDataLabel : ExcelChartExDataLabel
Inheritance
ExcelChartExSerieDataLabel
Inherited Members

Properties

DataLabels

Individually formatted data labels.

public ExcelChartExDataLabelCollection DataLabels { get; }

Property Value

ExcelChartExDataLabelCollection

Methods

Add(bool, bool, bool)

Adds data labels to the series.

public void Add(bool showCategory = true, bool showValue = false, bool showSeriesName = false)

Parameters

showCategory bool

Show the category name

showValue bool

Show values

showSeriesName bool

Show series name

Remove()

Removes data labels from the series

public void Remove()