C# Class OfficeOpenXml.Drawing.Chart.ExcelChartSeries

Collection class for chart series
Inheritance: XmlHelper, IEnumerable
Datei anzeigen Open project: ylatuya/EPPlus Class Usage Examples

Public Methods

Method Description
Add ( ExcelRangeBase Serie, ExcelRangeBase XSerie ) : OfficeOpenXml.Drawing.Chart.ExcelChartSerie

Add a new serie to the chart. Do not apply to pivotcharts.

Add ( string SerieAddress, string XSerieAddress ) : OfficeOpenXml.Drawing.Chart.ExcelChartSerie

Add a new serie to the chart.Do not apply to pivotcharts.

Delete ( int PositionID ) : void

Delete the chart at the specific position

GetEnumerator ( ) : IEnumerator
this ( int PositionID ) : OfficeOpenXml.Drawing.Chart.ExcelChartSerie

Returns the serie at the specified position.

Private Methods

Method Description
AddAxisNodes ( eChartType chartType ) : string
AddExplosion ( eChartType chartType ) : string
AddMarker ( eChartType chartType ) : string
AddPivotSerie ( ExcelPivotTable pivotTableSource ) : void
AddScatterPoint ( eChartType chartType ) : string
AddSeries ( string SeriesAddress, string XSeriesAddress ) : OfficeOpenXml.Drawing.Chart.ExcelChartSerie
AddSmooth ( eChartType chartType ) : string
ExcelChartSeries ( ExcelChart chart, XmlNamespaceManager ns, XmlNode node, bool isPivot ) : System
FindIndex ( ) : int

Method Details

Add() public method

Add a new serie to the chart. Do not apply to pivotcharts.
public Add ( ExcelRangeBase Serie, ExcelRangeBase XSerie ) : OfficeOpenXml.Drawing.Chart.ExcelChartSerie
Serie ExcelRangeBase The Y-Axis range
XSerie ExcelRangeBase The X-Axis range
return OfficeOpenXml.Drawing.Chart.ExcelChartSerie

Add() public method

Add a new serie to the chart.Do not apply to pivotcharts.
public Add ( string SerieAddress, string XSerieAddress ) : OfficeOpenXml.Drawing.Chart.ExcelChartSerie
SerieAddress string The Y-Axis range
XSerieAddress string The X-Axis range
return OfficeOpenXml.Drawing.Chart.ExcelChartSerie

Delete() public method

Delete the chart at the specific position
public Delete ( int PositionID ) : void
PositionID int Zero based
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

this() public method

Returns the serie at the specified position.
public this ( int PositionID ) : OfficeOpenXml.Drawing.Chart.ExcelChartSerie
PositionID int The position of the series.
return OfficeOpenXml.Drawing.Chart.ExcelChartSerie