Class ExcelChartExSerieDataLabel
Datalabel properties
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelChartExSerieDataLabel : ExcelChartExDataLabel
Properties
DataLabels
Individually formatted data labels.
Declaration
public ExcelChartExDataLabelCollection DataLabels { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartExDataLabelCollection |
Methods
Add(bool, bool, bool)
Adds data labels to the series.
Declaration
public void Add(bool showCategory = true, bool showValue = false, bool showSeriesName = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | showCategory | Show the category name |
| bool | showValue | Show values |
| bool | showSeriesName | Show series name |
Remove()
Removes data labels from the series
Declaration
public void Remove()