com.spire.xls.collections
Class WorksheetChartsCollection

java.lang.Object
  extended by com.spire.ms.System.Collections.CollectionBase
      extended by com.spire.xls.core.spreadsheet.collections.CollectionExtended
          extended by com.spire.xls.core.spreadsheet.collections.XlsWorksheetChartsCollection
              extended by com.spire.xls.collections.WorksheetChartsCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IChartShapes, java.lang.Iterable

public class WorksheetChartsCollection
extends XlsWorksheetChartsCollection


Constructor Summary
WorksheetChartsCollection(java.lang.Object parent)
           
 
Method Summary
 Chart add()
           
 Chart add(ExcelChartType chartType)
           
 Chart add(ExcelChartType pivotChartType, IPivotTable pivotTable)
           
 Chart get(int index)
          Returns a single Chart object from a Charts collection.
 
Methods inherited from class com.spire.xls.core.spreadsheet.collections.XlsWorksheetChartsCollection
getCount, remove, removeAt
 

Constructor Detail

WorksheetChartsCollection

public WorksheetChartsCollection(java.lang.Object parent)
Method Detail

add

public Chart add()
Overrides:
add in class XlsWorksheetChartsCollection

add

public Chart add(ExcelChartType chartType)
Overrides:
add in class XlsWorksheetChartsCollection

add

public Chart add(ExcelChartType pivotChartType,
                 IPivotTable pivotTable)

get

public Chart get(int index)
Description copied from interface: IChartShapes
Returns a single Chart object from a Charts collection.

Specified by:
get in interface IChartShapes
Overrides:
get in class XlsWorksheetChartsCollection
Returns: