Table of Contents

Class ExcelChartSerie

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

Base class for chart series for standard charts

public abstract class ExcelChartSerie : XmlHelper
Inheritance
ExcelChartSerie
Derived
Inherited Members

Properties

Border

Access to border properties

public ExcelDrawingBorder Border { get; }

Property Value

ExcelDrawingBorder

Effect

Effects

public ExcelDrawingEffectStyle Effect { get; }

Property Value

ExcelDrawingEffectStyle

Fill

Access to fill properties

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

Header

The header for the chart serie

public abstract string Header { get; set; }

Property Value

string

HeaderAddress

The header address for the serie.

public abstract ExcelAddressBase HeaderAddress { get; set; }

Property Value

ExcelAddressBase

NumberLiteralsX

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

public double[] NumberLiteralsX { get; protected set; }

Property Value

double[]

NumberLiteralsY

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

public double[] NumberLiteralsY { get; protected set; }

Property Value

double[]

NumberOfItems

Number of items in the serie.

public abstract int NumberOfItems { get; }

Property Value

int

Series

The address for the vertical series.

public abstract string Series { get; set; }

Property Value

string

StringLiteralsX

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

public string[] StringLiteralsX { get; protected set; }

Property Value

string[]

ThreeD

3D properties

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D

TrendLines

A collection of trend lines for the chart serie.

public abstract ExcelChartTrendlineCollection TrendLines { get; }

Property Value

ExcelChartTrendlineCollection

XSeries

The address for the horizontal series.

public abstract string XSeries { get; set; }

Property Value

string