public class ExcelChartSeriesCollection : IEnumerable
Public Class ExcelChartSeriesCollection
Implements IEnumerable
public ref class ExcelChartSeriesCollection : IEnumerable
type ExcelChartSeriesCollection =
class
interface IEnumerable
end
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. |
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) |