Class ExcelTreemapChart
Represents a Treemap Chart
Implements
IDisposable
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.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelTreemapChart : ExcelChartEx, IDisposable
Properties
Series
The series for a treemap chart
Declaration
public ExcelChartSeries<ExcelTreemapChartSerie> Series { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartSeries<ExcelTreemapChartSerie> |
Implements
System.IDisposable