LegendEntries Interface

A collection of all the LegendEntry objects in the specified chart legend.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("92D41A6F-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface LegendEntries _
    Inherits IEnumerable
'Usage
Dim instance As LegendEntries
[GuidAttribute("92D41A6F-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface LegendEntries : IEnumerable

Remarks

Each legend entry has two parts:

  • The text of the entry, which is the name of the series or trendline associated with the legend entry.

  • The entry marker, which visually links the legend entry with its associated series or trendline in the chart.

The formatting properties for the entry marker and its associated series or trendline are contained in the LegendKey object.

See Also

Reference

LegendEntries Members

Microsoft.Office.Interop.PowerPoint Namespace