Class ExcelOfPieChart
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Provides access to OfPie-Chart specific properties
public class ExcelOfPieChart : ExcelPieChart, IDisposable, IDrawingDataLabel
- Inheritance
-
ExcelOfPieChart
- Implements
- Inherited Members
Properties
GapWidth
The size of the gap between two adjacent bars/columns
public int GapWidth { get; set; }
Property Value
OfPieType
Type, pie or bar
public ePieType OfPieType { get; }