Class ExcelChartStyleLibraryItem
Represents a chart style xml document in the style library
Inheritance
System.Object
    ExcelChartStyleLibraryItem
  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.Style
Assembly: EPPlus.dll
Syntax
public class ExcelChartStyleLibraryItem
  Properties
Id
The id of the style
Declaration
public int Id { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
XmlDocument
The style xml document
Declaration
public XmlDocument XmlDocument { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Xml.XmlDocument | 
XmlString
The Xml as string
Declaration
public string XmlString { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |