[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChartGroups

IChartGroups Interface

Represents a collection of all the IChartGroup objects in the specified chart.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IChartGroups : IEnumerable<IChartGroup>, IEnumerable
Public Interface IChartGroups
    Inherits IEnumerable(Of IChartGroup), IEnumerable

Properties

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).