Table of Contents

Class ExcelChartExData

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

The data used as source for the chart. Only spreadsheet internal data is supported at this point.

public abstract class ExcelChartExData : XmlHelper
Inheritance
ExcelChartExData
Derived
Inherited Members

Properties

Formula

Data formula

public string Formula { get; set; }

Property Value

string

FormulaDirection

The direction of the formula

public eFormulaDirection FormulaDirection { get; set; }

Property Value

eFormulaDirection

NameFormula

The dimensions name formula. Return null if the element does not exist

public string NameFormula { get; set; }

Property Value

string

NameFormulaDirection

Direction for the name formula

public eFormulaDirection? NameFormulaDirection { get; set; }

Property Value

eFormulaDirection?