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