C# 클래스 OfficeOpenXml.Drawing.Chart.ExcelChartSeries

Collection class for chart series
상속: XmlHelper, IEnumerable
파일 보기 프로젝트 열기: ylatuya/EPPlus 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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
리턴 OfficeOpenXml.Drawing.Chart.ExcelChartSerie

Add() 공개 메소드

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
리턴 OfficeOpenXml.Drawing.Chart.ExcelChartSerie

Delete() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

this() 공개 메소드

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