LegendBase.IsOverlap

Syntax

IsOverlap: Boolean;

Description

The IsOverlap property indicates if the legend overlaps with the visualizer working area.

Comments

Use JSON or the setIsOverlap method to set the property value, and the getIsOverlap method to get the property value.

This property contains the True value, if the legend overlaps with working area of the visualizer, otherwise property value is False.

Example

The example of use is given on the page with description of the LegendBase.ContentAlignment property.

See also:

LegendBase