com.spire.xls.core
Interface IChartSeries

All Superinterfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable
All Known Implementing Classes:
ChartSeries, XlsChartSeries

public interface IChartSeries
extends com.spire.ms.System.Collections.ICollection


Method Summary
 int getCount()
           
 void remove(java.lang.String serieName)
          Removes serie by name.
 void removeAt(int index)
          Removes Series object from the collection.
 

Method Detail

getCount

int getCount()
Returns:

removeAt

void removeAt(int index)
Removes Series object from the collection.

Parameters:
index - Index of the series to remove.

remove

void remove(java.lang.String serieName)
Removes serie by name.

Parameters:
serieName - Serie name to remove.