Class ExcelOfPieChart
Provides access to OfPie-Chart specific properties
Inheritance
Object
ExcelOfPieChart
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelOfPieChart : ExcelPieChart, IDisposable, IDrawingDataLabel
Properties
GapWidth
The size of the gap between two adjacent bars/columns
Declaration
public int GapWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
OfPieType
Type, pie or bar
Declaration
public ePieType OfPieType { get; }
Property Value
| Type | Description |
|---|---|
| ePieType |
Implements
System.IDisposable