Difference between revisions of "UseAxisNameInDiagrams"

From Catglobe Wiki
Jump to: navigation, search
 
Line 21: Line 21:
 
'''Examples'''  
 
'''Examples'''  
  
{| width="300" cellspacing="1" cellpadding="1" border="1" align="center"
+
{| width="300" cellspacing="1" cellpadding="1" border="1"
 
|-
 
|-
 
| valign="middle" align="center" | '''Script'''  
 
| valign="middle" align="center" | '''Script'''  

Latest revision as of 07:32, 27 December 2011



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");

UseAxisName.jpg

useAxisNameInDiagrams(false);

createFrequenceDiagram("S1");

NotUseAxisName.jpg

Availability

Version 5.5