ChartGroups Interface

Definition

A collection of all the ChartGroup objects in the specified chart.

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

Remarks

Each ChartGroup object represents one or more series plotted in a chart with the same format. A chart contains one or more chart groups, each chart group contains one or more series, and each series contains one or more points. For example, a single chart might contain both a line chart group, containing all the series plotted with the line chart format, and a bar chart group, containing all the series plotted with the bar chart format.

Properties

Application

Returns an Application object that represents the container application for the object.

Count

Returns the number of objects in the collection. Read-only

Creator

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

Parent

Returns the parent object for the specified object. Read-only.

Methods

GetEnumerator()
Item(Object)

Returns a single object from a collection.

Applies to