C# Класс OfficeOpenXml.Drawing.Chart.ExcelChartSeries

Collection class for chart series
Наследование: XmlHelper, IEnumerable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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