EntryFont Method

The EntryFont method returns the font format for the specified legend entry. Returns an AutoMFont object. This is a read-only property.

Syntax

object.EntryFont( index )

 

Parameter Type Description
index Short required, legend entry index number

 

Remarks

For Legends (except wind chart legends), use both the Font property and the EntryFont method. For wind chart legends, use only the Font property.

Example

This example shows how to change the size of the first legend entry to 6 points.

Legend.EntryFont(1).size = 6

 

Used by: AutoLegend object