[]
ISeries
objects in the specifiedchart.void
ISeriesCollection
collection.Spread will determine where the values are by the size and orientation of the selected range.void
ISeriesCollection
collection.void
ISeriesCollection
collection.void
get(int index)
int
getCount()
forEach, iterator, spliterator
ISeriesCollection
collection.Spread will determine where the values are by the size and orientation of the selected range.source
- The new data, a Range object.ISeriesCollection
collection.source
- The new data, a Range object.rowCol
- Specifies whether the new values are in the rows or columns of thegiven range source. Can be one of the following RowCol
constants: Rows or Columns.ISeriesCollection
collection.source
- The new data, either as a Range object or an array of data points.rowCol
- Specifies whether the new values are in the rows or columns of thespecified range.seriesLabels
- True if the first row or column contains the name of the dataseries. False if the first row or column contains the first data point of the series.categoryLabels
- True if the first row or column contains the name of the categorylabels. False if the first row or column contains the first data point of the series.source
- The new data to be added to the ISeriesCollection
objectrowcol
- Specifies whether the new values are in the rows or columns of thegiven range source. Can be one of the RowCol
constants:Rows or Columns.categoryLabels
- True to have the first row or column contain the name of thecategory labels. False to have the first row or column contain the first data point of the series.index
- The index number for the object.name
- The name for the object.ISeries
object that represents the new series.