OfPieType Property

Office Open XML

Type, pie or bar

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

Syntax

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

See Also