Expand Minimize
This topic has not yet been rated - Rate this topic

Legend Property

Office 2007

Returns a Legend object that represents the legend for the specified chart. Read-only.

Example

This example turns on the legend for the chart and then sets the font color for the legend to blue.

myChart.HasLegend = True
myChart.Legend.Font.ColorIndex = 5



Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.