Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

UseAxisNameInDiagrams

From Catglobe Wiki



useAxisNameInDiagrams

Sets diagrams to use axis name instead of axis text as labels for the diagram series names (basically identifying what a question concerns).

If not set the default value is False, meaning that axis texts will be used.

Syntax

useAxisNameInDiagrams(enabled)

Arguments

enabled: Is a boolean expression. If true the error message will be included, if false the error message will not be included

Return type

empty

Examples

Script Result

useAxisNameInDiagrams(true);

createFrequenceDiagram("S1");


useAxisNameInDiagrams(false);

createFrequenceDiagram("S1");


Availability

Version 5.5