Show / Hide Table of Contents

Class ExcelChartExSerie

A chart serie

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartExSerie
ExcelBoxWhiskerChartSerie
ExcelHistogramChartSerie
ExcelRegionMapChartSerie
ExcelTreemapChartSerie
ExcelWaterfallChartSerie
Inherited Members
ExcelChartSerie.NumberLiteralsY
ExcelChartSerie.NumberLiteralsX
ExcelChartSerie.StringLiteralsX
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
ExcelChartSerie.ToFullAddress(String)
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.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelChartExSerie : ExcelChartSerie, IDrawingStyleBase

Properties

DataDimensions

The dimensions of the serie

Declaration
public ExcelChartExDataCollection DataDimensions { get; }
Property Value
Type Description
ExcelChartExDataCollection

DataLabel

Data label properties

Declaration
public ExcelChartExSerieDataLabel DataLabel { get; }
Property Value
Type Description
ExcelChartExSerieDataLabel

DataPoints

A collection of individual data points

Declaration
public ExcelChartExDataPointCollection DataPoints { get; }
Property Value
Type Description
ExcelChartExDataPointCollection

HasDataLabel

If the chart has datalabel

Declaration
public bool HasDataLabel { get; }
Property Value
Type Description
System.Boolean

Header

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

Hidden

If the serie is hidden

Declaration
public bool Hidden { get; set; }
Property Value
Type Description
System.Boolean

NumberOfItems

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

Trendline do not apply to extended charts.

Declaration
public override ExcelChartTrendlineCollection TrendLines { get; }
Property Value
Type Description
ExcelChartTrendlineCollection
Overrides
ExcelChartSerie.TrendLines

XSeries

Set an address for the horizontal labels

Declaration
public override string XSeries { get; set; }
Property Value
Type Description
System.String
Overrides
ExcelChartSerie.XSeries
Back to top Generated by DocFX