Class ExcelChartSeries
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- Magicodes.EPPlus.dll
public class ExcelChartSeries : XmlHelper, IEnumerable
- Inheritance
-
ExcelChartSeries
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Properties
Chart
public ExcelChart Chart { get; }
Property Value
- ExcelChart
Count
public int Count { get; }
Property Value
- int
this[int]
public ExcelChartSerie this[int PositionID] { get; }
Parameters
PositionID
int
Property Value
- ExcelChartSerie
Methods
Add(ExcelRangeBase, ExcelRangeBase)
public virtual ExcelChartSerie Add(ExcelRangeBase Serie, ExcelRangeBase XSerie)
Parameters
Serie
ExcelRangeBase
XSerie
ExcelRangeBase
Returns
- ExcelChartSerie
Add(string, string)
public virtual ExcelChartSerie Add(string SerieAddress, string XSerieAddress)
Parameters
SerieAddress
string
XSerieAddress
string
Returns
- ExcelChartSerie
AddSeries(string, string, string)
protected ExcelChartSerie AddSeries(string SeriesAddress, string XSeriesAddress, string bubbleSizeAddress)
Parameters
SeriesAddress
string
XSeriesAddress
string
bubbleSizeAddress
string
Returns
- ExcelChartSerie
Delete(int)
public void Delete(int PositionID)
Parameters
PositionID
int
GetEnumerator()
public IEnumerator GetEnumerator()
Returns
- IEnumerator