ExcelChartSeriesCollection Class

Represents a collection of chart series.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelChartSeriesCollection : IEnumerable
Inheritance
Object    ExcelChartSeriesCollection
Implements
IEnumerable

Properties

Count Gets the number of series in this collection
ItemInt32 Gets the series at the specified zero based index from collection.
ItemString Gets the series with the specified name from collection.

Methods

AddSeries Add a new series to the collection. The series will have a default name.
AddSeries(String) Add a new series with the specified name to the collection.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
RemoveSeries(Int32) Removes the series at the specified zero based index from collection.
RemoveSeries(String) Removes the series with the specified name from collection.
ToString
(Inherited from Object)

See Also