chartseries-ag凯发旗舰厅



com.spire.xls.charts
class chartseries

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by 
          extended by com.spire.xls.core.spreadsheet.charts.xlschartseries
              extended by com.spire.xls.charts.chartseries
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, ichartseries, java.lang.iterable

public class chartseries
extends xlschartseries

constructor summary
chartseries(java.lang.object parent)
           
 
method summary
 chartserie add()
          defines a new series.
 chartserie add(chartserie serietoadd)
          adds series to the collection.
 chartserie add(excelcharttype serietype)
          defines a new series.
 chartserie add(java.lang.string name)
          defines a new series.
 chartserie add(java.lang.string name, excelcharttype serietype)
          defines a new series.
 void cleardataformats(chartseriedataformat format)
          clears all series data formats.
 chartserie get(int index)
          returns a single name object from a names collection.
 chartserie get(java.lang.string name)
          returns a single name object from a names collection.
 
methods inherited from class com.spire.xls.core.spreadsheet.charts.xlschartseries
deepclone, findorderbytype, getlegendentryoffset, gettypebyorder, remove, removeat
 
methods inherited from interface com.spire.xls.core.ichartseries
getcount
 
constructor detail

chartseries

public chartseries(java.lang.object parent)
method detail

add

public chartserie add(chartserie serietoadd)
adds series to the collection.
parameters:
serietoadd - series that should be added to the collection.
returns:
series that was added.

cleardataformats

public void cleardataformats(chartseriedataformat format)
clears all series data formats.
parameters:
format - represents format to update.

get

public chartserie get(int index)
returns a single name object from a names collection.

get

public chartserie get(java.lang.string name)
returns a single name object from a names collection.

add

public chartserie add()
defines a new series. returns a series object.

add

public chartserie add(java.lang.string name)
defines a new series. returns a series object.
parameters:
name - name of the new series.
returns:
newly created series object.

add

public chartserie add(excelcharttype serietype)
defines a new series. returns a series object.
parameters:
serietype - type of new serie.
returns:
newly created series object.

add

public chartserie add(java.lang.string name,
                      excelcharttype serietype)
defines a new series. returns a series object.
parameters:
name - name of the new series.
serietype - type of new serie.
returns:
newly created series object.


网站地图