Show / Hide Table of Contents

Class ExcelChartSerie

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, IDrawingStyleBase

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

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

HeaderAddress

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

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

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

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

XSeries

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

Methods

ToFullAddress(String)

Declaration
protected string ToFullAddress(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
System.String
Back to top Generated by DocFX