MapChart.DisableVisuals

Syntax

DisableVisuals: Boolean;

Description

The DisableVisuals property disables displaying all map factors.

Comments

Property value is set from JSON or using the setVisuals method.

If the property is set to True, map factors displaying is enabled, if it is False (default), factors displaying is disabled.

Example

To execute the example the HTML page must contain the MapChart component named map and the ). A map with the Sphere display type must also be loaded (see  page with description of the MapChart.AmbientLightValue property ToolBar property named MapType (see  Example of Creating the MapChart Component). A map with the Sphere display type must also be loaded (see  page with description of the MapChart.AmbientLightValue property ).

Disable map factors displaying:

map.setDisableVisuals(true);

After executing the example the globe is displayed without map layer areas:

See also:

MapChart