Table of Contents

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

ExcelChartSerieDataLabel

HasDataLabel

If the chart part has data labels

bool HasDataLabel { get; }

Property Value

bool