[]
Represents a collection of all the ILegendEntry objects in the specified chart legend.
public interface ILegendEntries : IEnumerable<ILegendEntry>, IEnumerable
Public Interface ILegendEntries
Inherits IEnumerable(Of ILegendEntry), IEnumerable
| 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. |