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.
|
Method | Description | |
---|---|---|
AddAxisNodes ( eChartType chartType ) : string | ||
AddExplosion ( eChartType chartType ) : string | ||
AddMarker ( eChartType chartType ) : string | ||
AddPivotSerie ( |
||
AddScatterPoint ( eChartType chartType ) : string | ||
AddSeries ( string SeriesAddress, string XSeriesAddress ) : OfficeOpenXml.Drawing.Chart.ExcelChartSerie | ||
AddSmooth ( eChartType chartType ) : string | ||
ExcelChartSeries ( |
||
FindIndex ( ) : int |
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 |
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 |
public Delete ( int PositionID ) : void | ||
PositionID | int | Zero based |
return | void |
public this ( int PositionID ) : OfficeOpenXml.Drawing.Chart.ExcelChartSerie | ||
PositionID | int | The position of the series. |
return | OfficeOpenXml.Drawing.Chart.ExcelChartSerie |