[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ILegendEntries

Interface ILegendEntries

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

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

public interface ILegendEntries : IEnumerable<ILegendEntry>, IEnumerable
Inherited Members
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.Drawing.ILegendEntry>.GetEnumerator()

Properties

Count

Returns the number of objects in the collection.

int Count { get; }

Property Value

int

this[int]

Returns a single object from a collection.

ILegendEntry this[int Index] { get; }

Parameters

Index int

The index of the legend entry to retrieve.

Property Value

ILegendEntry

The legend entry at the specified index.

Parent

Returns the parent object for the specified object.

ILegend Parent { get; }

Property Value

ILegend