Behavior Tab

Scaling

In this section, the scaling mode can be changed. If set to Auto, each module will be scaled according to the minima and maxima of the selected module; scaling will usually start at 0. The setting Manual enables you to enter particular minimum and maximum values.

If the scaling is set to Auto, the tile can be registered in a Comparison Group by activating the checkbox. If active, the Comparison Group will govern scaling; all components within this comparison group will be scaled identically and an indicator of the comparison group is shown during design time.

Within the BIApp, comparison groups are used globally, i. e. graphomate tables, graphomate charts and graphomate bulletgraphs which are part of the same comparison group will be scaled identically.

Note: pie modules are scaled according to their surface and are not compatible to other modules and or components within the same Comparison Group. Therefore It is advisable to use a separate Comparison Group for tiles containing pie modules.

Flip Effect

In this section, the flip effect of the tile can be configured.

The control element beneath can be used to select the desired flip action.

Flip Duration governs the animation duration in milliseconds. If e. g. a 1000 is entered, the animation will last for one second.

If the flip effect should only be triggered on a specific module, this can be realized with a small script in the On Component Selected event:


if (GRAPHOMATETILE_1.getSelectedModule() == 1){GRAPHOMATETILE_1.toggleFlip();}