Table of Contents

Class ExcelChartExSerie

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll

A chart serie

public class ExcelChartExSerie : ExcelChartSerie
Inheritance
ExcelChartExSerie
Derived
Inherited Members

Properties

DataDimensions

The dimensions of the serie

public ExcelChartExDataCollection DataDimensions { get; }

Property Value

ExcelChartExDataCollection

DataLabel

Data label properties

public ExcelChartExSerieDataLabel DataLabel { get; }

Property Value

ExcelChartExSerieDataLabel

DataPoints

A collection of individual data points

public ExcelChartExDataPointCollection DataPoints { get; }

Property Value

ExcelChartExDataPointCollection

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool

Header

The header text for the serie.

public override string Header { get; set; }

Property Value

string

HeaderAddress

Header address for the serie.

public override ExcelAddressBase HeaderAddress { get; set; }

Property Value

ExcelAddressBase

Hidden

If the serie is hidden

public bool Hidden { get; set; }

Property Value

bool

NumberOfItems

Number of items. Will always return 0, as no item data is stored.

public override int NumberOfItems { get; }

Property Value

int

Series

Set this to a valid address or the drawing will be invalid.

public override string Series { get; set; }

Property Value

string

TrendLines

Trendline do not apply to extended charts.

public override ExcelChartTrendlineCollection TrendLines { get; }

Property Value

ExcelChartTrendlineCollection

XSeries

Set an address for the horizontal labels

public override string XSeries { get; set; }

Property Value

string