Visual.SetupOnStep

Syntax

SetupOnStep: Boolean;

Description

The SetupOnStep property allows or prohibits to refresh data mapping settings on index change.

Comments

Property value can be set from JSON or using the setSetupOnStep method.

If this property is True, data mapping settings are refreshed on changing the index used to get data from dimension, otherwise (default) - they are not refreshed.

Example

The example of property use is given on the page with description of the Visual.setIndex method.

See also:

PP.Visual