Show / Hide Table of Contents

Interface IDrawingDataLabel

Interface for handling data labels

Namespace: OfficeOpenXml.Drawing.Interfaces
Assembly: EPPlus.dll
Syntax
public interface IDrawingDataLabel

Properties

DataLabel

Data labels

Declaration
ExcelChartDataLabel DataLabel { get; }
Property Value
Type Description
ExcelChartDataLabel

HasDataLabel

If the chart part has data labels

Declaration
bool HasDataLabel { get; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX