[]
Represents a collection of all the IChartGroup objects in the specified chart.
public interface IChartGroups : IEnumerable<IChartGroup>, IEnumerable
Returns the number of objects in the collection (read-only).
int Count { get; }
Returns a single object from a collection.
IChartGroup this[int index] { get; }
index
intRequired Object. The name or index number for the object.
Returns the parent object for the specified object (read-only).
IChart Parent { get; }