LegendKey Interface

Represents a legend key in a chart legend.

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

Syntax

'Declaration
<GuidAttribute("000208BC-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface LegendKey
'Usage
Dim instance As LegendKey
[GuidAttribute("000208BC-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface LegendKey

Remarks

Each legend key is a graphic that visually links a legend entry with its associated series or trendline in the chart. The legend key is linked to its associated series or trendline in such a way that changing the formatting of one simultaneously changes the formatting of the other.

Use the LegendKey property to return the LegendKey object.

See Also

Reference

LegendKey Members

Microsoft.Office.Interop.Excel Namespace