Class ExcelSurfaceChart
A Surface chart
Implements
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public sealed class ExcelSurfaceChart : ExcelChartStandard, IDisposable
Properties
Series
A collection of series for a Surface Chart
Declaration
public ExcelChartSeries<ExcelSurfaceChartSerie> Series { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartSeries<ExcelSurfaceChartSerie> |
Wireframe
The surface chart is drawn as a wireframe
Declaration
public bool Wireframe { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |