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