Show / Hide Table of Contents

Class ExcelChartStandardSerie

A chart serie

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartStandardSerie
ExcelChartSerieWithErrorBars
ExcelPieChartSerie
ExcelRadarChartSerie
ExcelSurfaceChartSerie
Inherited Members
ExcelChartSerie.NumberLiteralsY
ExcelChartSerie.NumberLiteralsX
ExcelChartSerie.StringLiteralsX
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
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 class ExcelChartStandardSerie : ExcelChartSerie

Properties

Header

Header for the serie.

Declaration
public override string Header { get; set; }
Property Value
Type Description
System.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

NumberOfItems

Number of items in the serie

Declaration
public override int NumberOfItems { get; }
Property Value
Type Description
System.Int32
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
System.String
Overrides
ExcelChartSerie.Series

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
System.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