Class ExcelSurfaceChart
A Surface 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
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 |
|---|---|
| Boolean |
Implements
System.IDisposable