Show / Hide Table of Contents

Class ExcelChartExData

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

Inheritance
System.Object
XmlHelper
ExcelChartExData
ExcelChartExNumericData
ExcelChartExStringData
Inherited Members
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 abstract class ExcelChartExData : XmlHelper

Properties

Formula

Data formula

Declaration
public string Formula { get; set; }
Property Value
Type Description
System.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
System.String

NameFormulaDirection

Direction for the name formula

Declaration
public eFormulaDirection? NameFormulaDirection { get; set; }
Property Value
Type Description
System.Nullable<eFormulaDirection>
Back to top Generated by DocFX