Class ExcelChartStandardSerie
A chart serie
Inheritance
System.Object
ExcelChartStandardSerie
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 class ExcelChartStandardSerie : ExcelChartSerie
Properties
Header
Header for the serie.
Declaration
public override string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
HeaderAddress
Header address for the serie.
Declaration
public override ExcelAddressBase HeaderAddress { get; set; }
Property Value
Type | Description |
---|---|
ExcelAddressBase |
Overrides
NumberOfItems
Number of items in the serie
Declaration
public override int NumberOfItems { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Series
Set this to a valid address or the drawing will be invalid.
Declaration
public override string Series { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TrendLines
Access to the trendline collection
Declaration
public override ExcelChartTrendlineCollection TrendLines { get; }
Property Value
Type | Description |
---|---|
ExcelChartTrendlineCollection |
Overrides
XSeries
Set an address for the horisontal labels
Declaration
public override string XSeries { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateCache()
Creates a num cach for a chart serie. Please note that a serie can only have one column to have a cache.
Declaration
public void CreateCache()