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