Class ExcelChartExData
The data used as source for the chart. Only spreadsheet internal data is supported at this point.
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public abstract class ExcelChartExData : XmlHelper
Properties
Formula
Data formula
Declaration
public string Formula { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FormulaDirection
The direction of the formula
Declaration
public eFormulaDirection FormulaDirection { get; set; }
Property Value
| Type | Description |
|---|---|
| eFormulaDirection |
NameFormula
The dimensions name formula. Return null if the element does not exist
Declaration
public string NameFormula { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NameFormulaDirection
Direction for the name formula
Declaration
public eFormulaDirection? NameFormulaDirection { get; set; }
Property Value
| Type | Description |
|---|---|
| eFormulaDirection? |