[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ILegendEntries

ILegendEntries Interface

Represents a collection of all the ILegendEntry objects in the specified chart legend.

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

Properties

Name Description
Count

Returns the number of objects in the collection.

this[int]

Returns a single object from a collection.

Parent

Returns the parent object for the specified object.