Interface IDrawingSerieDataLabel
Interface for handling data labels on a serie
Namespace: OfficeOpenXml.Drawing.Interfaces
Assembly: EPPlus.dll
Syntax
public interface IDrawingSerieDataLabel
Properties
DataLabel
Data labels
Declaration
ExcelChartSerieDataLabel DataLabel { get; }
Property Value
Type | Description |
---|---|
ExcelChartSerieDataLabel |
HasDataLabel
If the chart part has data labels
Declaration
bool HasDataLabel { get; }
Property Value
Type | Description |
---|---|
System.Boolean |