Legend Property

Office Open XML

Legend

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

Syntax

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

See Also