*DefaultLegendEntityVisibility()

Specifies whether legend entities should be shown or hidden by default.

Syntax

*DefaultLegendEntityVisibility (vis)

Application

HyperView

Inputs

vis
Boolean value denoting whether legend entities should be shown (true) or hidden (false) by default.

Context

*BeginDefaults()

*BeginPlotDefaults()

Example

*BeginPlotDefaults()
    *DefaultLegendEntityVisibility(true)
*EndPlotDefaults()