|
|||||||||
| 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.charts.XlsChartSeries
com.spire.xls.charts.ChartSeries
public class ChartSeries
| 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 |
|---|
public ChartSeries(java.lang.Object parent)
| Method Detail |
|---|
public ChartSerie add(ChartSerie serieToAdd)
serieToAdd - Series that should be added to the collection.
public void clearDataFormats(ChartSerieDataFormat format)
format - Represents format to update.public ChartSerie get(int index)
public ChartSerie get(java.lang.String name)
public ChartSerie add()
public ChartSerie add(java.lang.String name)
name - Name of the new series.
public ChartSerie add(ExcelChartType serieType)
serieType - Type of new serie.
public ChartSerie add(java.lang.String name,
ExcelChartType serieType)
name - Name of the new series.serieType - Type of new serie.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||