Class ExcelOfPieChart
Provides access to OfPie-Chart specific properties
Inheritance
System.Object
ExcelOfPieChart
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.Int32 |
OfPieType
Type, pie or bar
Declaration
public ePieType OfPieType { get; }
Property Value
Type | Description |
---|---|
ePieType |
Implements
System.IDisposable