FullSeriesCollection Interface

Definition

Represents the full set of Series objects in a chart.

public interface class FullSeriesCollection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C1732-0000-0000-C000-000000000046")]
public interface FullSeriesCollection : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C1732-0000-0000-C000-000000000046")>]
type FullSeriesCollection = interface
    interface IEnumerable
Public Interface FullSeriesCollection
Implements IEnumerable
Attributes
Implements

Properties

_Default[Object]

The default series.

Application

Returns an Application object that represents the Microsoft Office application.

Count

Returns a Integer (int in C#) value that represents the number of objects in the FullSeriesCollection (returns the number of categories visible in the chart).

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Parent

Returns an Object that represents the parent object of the specified FullSeriesCollection object.

Methods

GetEnumerator()

Reserved for internal use.

Item(Object)

Returns a single object from the FullSeriesCollection object.

Applies to