LegendBase.IsOuter

Syntax

IsOuter: Boolean;

Description

The IsOuter property indicates that the legend is drawn from outside.

Comments

Use JSON or the setIsOuter method to set the property value, and the getIsOuter method to get the property value.

If this property is set to True, visualizer context has a place reserved for external legend, otherwise (default) it does not have such a place.

Example

The property is under development.

See also:

LegendBase