DataLabel Property

Office Open XML

Access to datalabel properties

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelChartDataLabel DataLabel { get; }
Visual Basic (Declaration)
Public ReadOnly Property DataLabel As ExcelChartDataLabel
Visual C++
public:
property ExcelChartDataLabel^ DataLabel {
	ExcelChartDataLabel^ get ();
}

See Also