Table of Contents

Class ExcelChartStandardSerie

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

A chart serie

public class ExcelChartStandardSerie : ExcelChartSerie
Inheritance
ExcelChartStandardSerie
Derived
Inherited Members

Properties

Header

Header 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

NumberOfItems

Number of items in the serie

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

Access to the trendline collection

public override ExcelChartTrendlineCollection TrendLines { get; }

Property Value

ExcelChartTrendlineCollection

XSeries

Set an address for the horisontal labels

public override string XSeries { get; set; }

Property Value

string

Methods

CreateCache()

Creates a num cach for a chart serie. Please note that a serie can only have one column to have a cache.

public void CreateCache()