Position Property

Office Open XML

Position of the Legend

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

Syntax

C#
public eLegendPosition Position { get; set; }
Visual Basic (Declaration)
Public Property Position As eLegendPosition
Visual C++
public:
property eLegendPosition Position {
	eLegendPosition get ();
	void set (eLegendPosition value);
}

See Also