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
Effect
Effects
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
Access to fill properties
public ExcelDrawingFill Fill { get; }
Property Value
Header
The header for the chart serie
public abstract string Header { get; set; }
Property Value
HeaderAddress
The header address for the serie.
public abstract ExcelAddressBase HeaderAddress { get; set; }
Property Value
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
Series
The address for the vertical series.
public abstract string Series { get; set; }
Property Value
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
TrendLines
A collection of trend lines for the chart serie.
public abstract ExcelChartTrendlineCollection TrendLines { get; }
Property Value
XSeries
The address for the horizontal series.
public abstract string XSeries { get; set; }