Show / Hide Table of Contents

Class ExcelChartSerie

Base class for chart series for standard charts

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartExSerie
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 abstract class ExcelChartSerie : XmlHelper

Properties

Border

Access to border properties

Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder

Effect

Effects

Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Type Description
ExcelDrawingEffectStyle

Fill

Access to fill properties

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

Header

The header for the chart serie

Declaration
public abstract string Header { get; set; }
Property Value
Type Description
System.String

HeaderAddress

The header address for the serie.

Declaration
public abstract ExcelAddressBase HeaderAddress { get; set; }
Property Value
Type Description
ExcelAddressBase

NumberLiteralsX

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

Declaration
public double[] NumberLiteralsX { get; protected set; }
Property Value
Type Description
System.Double[]

NumberLiteralsY

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

Declaration
public double[] NumberLiteralsY { get; protected set; }
Property Value
Type Description
System.Double[]

NumberOfItems

Number of items in the serie.

Declaration
public abstract int NumberOfItems { get; }
Property Value
Type Description
System.Int32

Series

The address for the vertical series.

Declaration
public abstract string Series { get; set; }
Property Value
Type Description
System.String

StringLiteralsX

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

Declaration
public string[] StringLiteralsX { get; protected set; }
Property Value
Type Description
System.String[]

ThreeD

3D properties

Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D

TrendLines

A collection of trend lines for the chart serie.

Declaration
public abstract ExcelChartTrendlineCollection TrendLines { get; }
Property Value
Type Description
ExcelChartTrendlineCollection

XSeries

The address for the horizontal series.

Declaration
public abstract string XSeries { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX