ColorLegendBase.NoDataVisible

Syntax

NoDataVisible: Boolean;

Description

The NoDataVisible property determines visibility of the element that corresponds to data not available in the visualizer.

Comments

Use JSON or the setNoDataVisible method to set the property value, and the getNoDataVisible method to get the property value.

The property is set to True if the item that corresponds to missing data, is shown in the visualizer, or False if the item is not shown.

Example

The property use is given in the description page of the LegendBase.ContentAlignmentproperty.

See also:

ColorLegendBase