SeriesCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of all the Series objects in the specified chart or chart group.
public interface class SeriesCollection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8FEB78F7-35C6-4871-918C-193C3CDD886D")]
public interface SeriesCollection : System.Collections.IEnumerable
type SeriesCollection = interface
interface IEnumerable
Public Interface SeriesCollection
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the SeriesCollection(Object) method to return the SeriesCollection collection.
Use the Extend(Object, Object, Object) method to extend an existing series.
Properties
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. |
Count |
Returns a Integer value that represents the number of objects in the collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer. |
Item[Object] |
Returns a single object from a collection. |
Parent |
Returns the parent for the specified object. Read-only Object. |
Methods
_Default(Object) |
Reserved for internal use. |
Add(Object, XlRowCol, Object, Object, Object) |
Adds one or more new series to the collection. |
Extend(Object, Object, Object) |
Adds new data points to an existing series collection. |
GetEnumerator() | |
NewSeries() |
Creates a new series. |