|
|||||||||
| 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
public class XlsChartSeries
| Constructor Summary | |
|---|---|
XlsChartSeries(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
deepClone(java.lang.Object parent)
Clone current instance. |
int |
findOrderByType(ExcelChartType type)
Finds order by serie type. |
int |
getLegendEntryOffset(int iSerIndex)
Returns legend offset. |
ExcelChartType |
getTypeByOrder(int order)
Gets serie type by order. |
void |
remove(java.lang.String serieName)
Removes serie by name. |
void |
removeAt(int index)
Removes Series object from the collection. |
| Methods inherited from interface com.spire.xls.core.IChartSeries |
|---|
getCount |
| Constructor Detail |
|---|
public XlsChartSeries(java.lang.Object parent)
| Method Detail |
|---|
public void removeAt(int index)
removeAt in interface IChartSeriesremoveAt in class com.spire.ms.System.Collections.CollectionBaseindex - Index of the series to remove.public void remove(java.lang.String serieName)
remove in interface IChartSeriesserieName - Serie name to remove.public java.lang.Object deepClone(java.lang.Object parent)
deepClone in class CollectionExtendedparent - Parent object.
public int findOrderByType(ExcelChartType type)
type - Type to find.
public int getLegendEntryOffset(int iSerIndex)
iSerIndex - Represetns series index.
public ExcelChartType getTypeByOrder(int order)
order - Current order.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||