*EnableLegendLayoutScaling()

Specifies whether or not layout scaling for the legend is enabled.

Syntax

*EnableLegendLayoutScaling (enable)

Application

HyperView

Inputs

enable
On
Enables legend layout scaling
Off
Disables legend layout scaling

Context

*BeginDefaults()

*BeginGraphicDefaults()

Example

*BeginDefaults()
    *BeginGraphicDefaults()
        *EnableLegendLayoutScaling(On)
    *EndGraphicDefaults()
*EndDefaults()