Table of Contents

Class WorksheetChartsCollection

Namespace
Spire.Xls.Collections
Assembly
Spire.XLS.dll
public class WorksheetChartsCollection : XlsWorksheetChartsCollection, IList<object>, ICollection<object>, IEnumerable<object>, ICloneParent, IChartShapes, IEnumerable, IExcelApplication
Inheritance
WorksheetChartsCollection
Implements
Inherited Members

Properties

this[int]

public Chart this[int index] { get; }

Parameters

index int

Property Value

Chart

Methods

Add()

public Chart Add()

Returns

Chart

Add(ExcelChartType)

public Chart Add(ExcelChartType chartType)

Parameters

chartType ExcelChartType

Returns

Chart

Add(ExcelChartType, IPivotTable)

public Chart Add(ExcelChartType pivotChartType, IPivotTable pivotTable)

Parameters

pivotChartType ExcelChartType
pivotTable IPivotTable

Returns

Chart

AddCopy(Chart, int, int, int, int)

public Chart AddCopy(Chart chart, int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)

Parameters

chart Chart
upperLeftRow int
upperLeftColumn int
lowerRightRow int
lowerRightColumn int

Returns

Chart