Class ExcelChartsheet
Represents an Excel Chartsheet and provides access to its properties and methods
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)
    
  Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelChartsheet : ExcelWorksheet, IEqualityComparer<ExcelWorksheet>, IDisposable
  Properties
Chart
The worksheet chart object
Declaration
public ExcelChart Chart { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChart | 
Implements
      System.Collections.Generic.IEqualityComparer<T>
  
  
      System.IDisposable