Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public interface IChartSeries : IExcelApplication, ICollection<IChartSerie>, IEnumerable<IChartSerie>, IEnumerable
Public Interface IChartSeries Inherits IExcelApplication, ICollection(Of IChartSerie), IEnumerable(Of IChartSerie), IEnumerable
public interface class IChartSeries : IExcelApplication, ICollection<IChartSerie^>, IEnumerable<IChartSerie^>, IEnumerable
type IChartSeries = interface interface IExcelApplication interface ICollection<IChartSerie> interface IEnumerable<IChartSerie> interface IEnumerable end
Members
All Members | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Add(T) |
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IChartSerie>)>)>.) | |
Clear()()()() |
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IChartSerie>)>)>.) | |
Contains(T) |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'IChartSerie>)>)>.) | |
CopyTo(array<T>[]()[][], Int32) |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of <(<'IChartSerie>)>)>.) | |
Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IChartSerie>)>)>.) | |
Count | ||
GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'IChartSerie>)>)>.) | |
GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) | |
IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'IChartSerie>)>)>.) | |
Parent | (Inherited from IExcelApplication.) | |
Remove(String) | ||
Remove(T) |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IChartSerie>)>)>.) | |
RemoveAt(Int32) |