[]
Represents a collection of all the IChartGroup objects in the specified chart.
public interface IChartGroups : IEnumerable<IChartGroup>, IEnumerable
Public Interface IChartGroups
Inherits IEnumerable(Of IChartGroup), IEnumerable
Name | Description |
---|---|
Count | Returns the number of objects in the collection (read-only). |
this[int] | Returns a single object from a collection. |
Parent | Returns the parent object for the specified object (read-only). |