[]
Represents a collection of all the ILegendEntry objects in the specified chart legend.
public interface ILegendEntries : IEnumerable<ILegendEntry>, IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Returns a single object from a collection.
ILegendEntry this[int Index] { get; }
Index
intThe index of the legend entry to retrieve.
The legend entry at the specified index.
Returns the parent object for the specified object.
ILegend Parent { get; }