LegendKey property (Excel Graph)

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

Syntax

expression.LegendKey

expression An expression that returns a LegendKey object.

Example

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

myChart.Legend.LegendEntries(1).LegendKey _ 
 .MarkerStyle = xlMarkerStyleTriangle

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.