LegendKey Property

Applies To

LegendEntry Object.

Description

Accessor. Returns a LegendKey object that represents the legend key associated with the entry.

Example

This example sets the legend key for legend entry one on Chart1 to be a triangle. The example should be run on a 2-D line chart.


Charts("Chart1").Legend.LegendEntries(1).LegendKey.MarkerStyle = _
        xlTriangle