Class ExcelChartExSerieDataLabel
Datalabel properties
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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(Boolean, Boolean, Boolean)
Adds data labels to the series.
Declaration
public void Add(bool showCategory = true, bool showValue = false, bool showSeriesName = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | showCategory | Show the category name |
| Boolean | showValue | Show values |
| Boolean | showSeriesName | Show series name |
Remove()
Removes data labels from the series
Declaration
public void Remove()