IChartSeries Interface |
Namespace: Spire.Xls.Core
The IChartSeries type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Returns the number of objects in the collection. Read-only Long.
|
![]() |
IsReadOnly |
Gets a value indicating whether the
ICollection
T
is read-only.
(Inherited from
ICollection
IChartSerie
.)
|
![]() |
Parent |
Gets the parent object of the current instance.
(Inherited from
IExcelApplication
.)
|
Name | Description | |
---|---|---|
![]() |
Add |
Adds an item to the
ICollection
T
.
(Inherited from
ICollection
IChartSerie
.)
|
![]() |
Clear |
Removes all items from the
ICollection
T
.
(Inherited from
ICollection
IChartSerie
.)
|
![]() |
Contains |
Determines whether the
ICollection
T
contains a specific value.
(Inherited from
ICollection
IChartSerie
.)
|
![]() |
CopyTo |
Copies the elements of the
ICollection
T
to an
Array
, starting at a particular
Array
index.
(Inherited from
ICollection
IChartSerie
.)
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from
IEnumerable
IChartSerie
.)
|
![]() |
Remove(String) |
Removes serie by name.
|
![]() |
Remove(T) |
Removes the first occurrence of a specific object from the
ICollection
T
.
(Inherited from
ICollection
IChartSerie
.)
|
![]() |
RemoveAt |
Removes Series object from the collection.
|