Click or drag to resize

IChartSeries Interface

Defines the contract for a chart series, which represents a set of data points that can be rendered on a chart.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IChartSeries : IExcelApplication, 
	ICollection<IChartSerie>, IEnumerable<IChartSerie>, IEnumerable

The IChartSeries type exposes the following members.

Properties
Name Description
Public property Count
Returns the number of objects in the collection. Read-only Long.
Public property IsReadOnly
Gets a value indicating whether the ICollection T is read-only.
(Inherited from ICollection IChartSerie .)
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Top
Methods
Name Description
Public method Add
Adds an item to the ICollection T .
(Inherited from ICollection IChartSerie .)
Public method Clear
Removes all items from the ICollection T .
(Inherited from ICollection IChartSerie .)
Public method Contains
Determines whether the ICollection T contains a specific value.
(Inherited from ICollection IChartSerie .)
Public method CopyTo
Copies the elements of the ICollection T to an Array , starting at a particular Array index.
(Inherited from ICollection IChartSerie .)
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable IChartSerie .)
Public method Remove(String)
Removes serie by name.
Public method Remove(T)
Removes the first occurrence of a specific object from the ICollection T .
(Inherited from ICollection IChartSerie .)
Public method RemoveAt
Removes Series object from the collection.
Top
See Also