[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.ISeriesCollection

ISeriesCollection Interface

Represents a collection of all the ISeries objects in the specified chart or chart group.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ISeriesCollection
Public Interface ISeriesCollection

Properties

Name Description
Count

Gets the total number of series in the collection.

this[int]

Gets the series at the specified index.

Methods

Name Description
Add(IRange, RowCol?, bool?, bool?, bool)

Adds one or more new series to the ISeriesCollection collection.

Add(WorksheetReference, RowCol?, bool?, bool?, bool)

Adds one or more new series to the ISeriesCollection collection.

Add(string, RowCol?, bool?, bool?, bool)

Adds one or more new series to the ISeriesCollection collection.

NewSeries()

Creates a new series. Returns an ISeries object that represents the new series.