Class ExcelChartExDataCollection
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
A collection of chart data.
public class ExcelChartExDataCollection : XmlHelper, IEnumerable<ExcelChartExData>, IEnumerable
- Inheritance
-
ExcelChartExDataCollection
- Implements
- Inherited Members
Properties
Count
Number of items in the collection
public int Count { get; }
Property Value
Id
The id of the data
public int Id { get; }
Property Value
this[int]
Indexer
public ExcelChartExData this[int index] { get; }
Parameters
index
intThe index
Property Value
Methods
AddNumericDimension(string)
Adds a numeric dimension
public ExcelChartExNumericData AddNumericDimension(string formula)
Parameters
formula
stringThe formula or address
Returns
- ExcelChartExNumericData
The numeric data
AddStringDimension(string)
Adds a string dimension
public ExcelChartExStringData AddStringDimension(string formula)
Parameters
formula
stringThe formula or address
Returns
- ExcelChartExStringData
The string data
GetEnumerator()
Get the enumerator
public IEnumerator<ExcelChartExData> GetEnumerator()