Show / Hide Table of Contents

Class ExcelChartStandardSerie

A chart serie

Inheritance
object
XmlHelper
ExcelChartSerie
ExcelChartStandardSerie
ExcelChartSerieWithErrorBars
ExcelPieChartSerie
ExcelRadarChartSerie
ExcelSurfaceChartSerie
Inherited Members
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string
Overrides
ExcelChartSerie.Header

HeaderAddress

Header address for the serie.

Declaration
public override ExcelAddressBase HeaderAddress { get; set; }
Property Value
Type Description
ExcelAddressBase
Overrides
ExcelChartSerie.HeaderAddress

NumberLiteralsX

Literals for the X serie, if the literal values are numeric

Declaration
public override double[] NumberLiteralsX { get; protected set; }
Property Value
Type Description
double[]
Overrides
ExcelChartSerie.NumberLiteralsX

NumberLiteralsY

Literals for the Y serie, if the literal values are numeric

Declaration
public override double[] NumberLiteralsY { get; protected set; }
Property Value
Type Description
double[]
Overrides
ExcelChartSerie.NumberLiteralsY

NumberOfItems

Number of items in the serie

Declaration
public override int NumberOfItems { get; }
Property Value
Type Description
int
Overrides
ExcelChartSerie.NumberOfItems

Series

Set this to a valid address or the drawing will be invalid.

Declaration
public override string Series { get; set; }
Property Value
Type Description
string
Overrides
ExcelChartSerie.Series

StringLiteralsX

Literals for the X serie, if the literal values are strings

Declaration
public override string[] StringLiteralsX { get; protected set; }
Property Value
Type Description
string[]
Overrides
ExcelChartSerie.StringLiteralsX

StringLiteralsY

Literals for the Y serie, if the literal values are strings

Declaration
public override string[] StringLiteralsY { get; protected set; }
Property Value
Type Description
string[]
Overrides
ExcelChartSerie.StringLiteralsY

TrendLines

Access to the trendline collection

Declaration
public override ExcelChartTrendlineCollection TrendLines { get; }
Property Value
Type Description
ExcelChartTrendlineCollection
Overrides
ExcelChartSerie.TrendLines

XSeries

Set an address for the horisontal labels

Declaration
public override string XSeries { get; set; }
Property Value
Type Description
string
Overrides
ExcelChartSerie.XSeries

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()
In this article
Back to top Generated by DocFX