Shape Property

Office Open XML

The shape of the bar/columns

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

Syntax

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

See Also