FrameLine Property
FrameLine returns a LineFormat object. This is a read-only property.
Syntax
object.FrameLine
Example 1
This example demonstrates how to return the frame line style of a continuous color scale.
Debug.Print ContinuousColorScale.FrameLine.Style
Example 2
This example demonstrates how to change the frame color of a legend to navy blue.
Legend.FrameLine.ForeColorRGBA.Color = srfColorNavyBlue
Used by: ContinuousColorScale object, DiscreteColorScale object, Legend object