Class ExcelChartSerie
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- Magicodes.EPPlus.dll
public class ExcelChartSerie : XmlHelper
- Inheritance
-
ExcelChartSerie
- Derived
-
- Inherited Members
-
- Extension Methods
-
Fields
_node
Field Value
- XmlNode
_ns
protected XmlNamespaceManager _ns
Field Value
- XmlNamespaceManager
Properties
Border
public ExcelDrawingBorder Border { get; }
Property Value
- ExcelDrawingBorder
Fill
public ExcelDrawingFill Fill { get; }
Property Value
- ExcelDrawingFill
public string Header { get; set; }
Property Value
- string
public ExcelAddressBase HeaderAddress { get; set; }
Property Value
- ExcelAddressBase
Series
public virtual string Series { get; set; }
Property Value
- string
TrendLines
public ExcelChartTrendlineCollection TrendLines { get; }
Property Value
- ExcelChartTrendlineCollection
XSeries
public virtual string XSeries { get; set; }
Property Value
- string