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
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
boolShow the category name
showValue
boolShow values
showSeriesName
boolShow series name
Remove()
Removes data labels from the series
public void Remove()