Class ExcelChartStandardSerie
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
A chart serie
public class ExcelChartStandardSerie : ExcelChartSerie
- Inheritance
-
ExcelChartStandardSerie
- Derived
- Inherited Members
Properties
Header
Header for the serie.
public override string Header { get; set; }
Property Value
HeaderAddress
Header address for the serie.
public override ExcelAddressBase HeaderAddress { get; set; }
Property Value
NumberOfItems
Number of items in the serie
public override int NumberOfItems { get; }
Property Value
Series
Set this to a valid address or the drawing will be invalid.
public override string Series { get; set; }
Property Value
TrendLines
Access to the trendline collection
public override ExcelChartTrendlineCollection TrendLines { get; }
Property Value
XSeries
Set an address for the horisontal labels
public override string XSeries { get; set; }
Property Value
Methods
CreateCache()
Creates a num cach for a chart serie. Please note that a serie can only have one column to have a cache.
public void CreateCache()