DataLabel Property

Office Open XML

Datalabel

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

Syntax

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

See Also