Table of Contents

Interface IDrawingDataLabel

Namespace
OfficeOpenXml.Drawing.Interfaces
Assembly
EPPlus.dll

Interface for handling data labels

public interface IDrawingDataLabel

Properties

DataLabel

Data labels

ExcelChartDataLabel DataLabel { get; }

Property Value

ExcelChartDataLabel

HasDataLabel

If the chart part has data labels

bool HasDataLabel { get; }

Property Value

bool