HoleSize Property

Office Open XML

Size of the doubnut hole

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

Syntax

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

See Also