Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a LegendKey object that represents the legend key associated with the entry.
Syntax
expression.LegendKey
expression A variable that represents a LegendEntry object.
Example
This example sets the legend key for legend entry one on Chart1 to be a triangle. The example should be run on a 2D line chart.
Charts("Chart1").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.