FrameLine Property

 

The FrameLine property returns the LineFormat object for a legend frame. This is a read-only property.

 

Syntax

object.FrameLine

 

Example 1

This example demonstrates how to return the legend frame line style.

 

Debug.Print Legend.FrameLine.Style

 

Example 2

This example demonstrates how to change the legend frame color to navy blue.

 

Legend.FrameLine.Color = mvColorNavyBlue

 

Used by: Legend object