|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsChartsCollection
public class XlsChartsCollection
Constructor Summary | |
---|---|
XlsChartsCollection(java.lang.Object parent)
|
Method Summary | |
---|---|
IChart |
add()
Creates a new chart. |
IChart |
add(java.lang.String name)
Defines a new name. |
IChart |
get(java.lang.String name)
Returns a single Chart object from a Charts collection. |
IChart |
remove(java.lang.String name)
Removes Chart object from the collection. |
Methods inherited from interface com.spire.xls.core.ICharts |
---|
get, getCount |
Constructor Detail |
---|
public XlsChartsCollection(java.lang.Object parent)
Method Detail |
---|
public IChart get(java.lang.String name)
get
in interface ICharts
public IChart add()
add
in interface ICharts
public IChart add(java.lang.String name)
add
in interface ICharts
name
- Name of the new chart's sheet.
public IChart remove(java.lang.String name)
remove
in interface ICharts
name
- Name of the object to remove from the collection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |