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: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Result display method functions]]
{{HelpFiles}}



=====useAxisNameInDiagrams=====
===== useAxisNameInDiagrams =====


Sets diagrams to use axis name instead of axis text as labels for the diagram series names (basically identifying what a question concerns).
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.
If not set the default value is False, meaning that axis texts will be used.  


'''Syntax'''
'''Syntax'''  


useAxisNameInDiagrams(''enabled'')
useAxisNameInDiagrams(''enabled'')  


'''Arguments'''
'''Arguments'''  


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


'''Return type'''
'''Return type'''  


empty
empty  


'''Examples'''
'''Examples'''  


''useAxisNameInDiagrams(true);''
{| width="300" cellspacing="1" cellpadding="1" border="1"
|-
| valign="middle" align="center" | '''Script'''
| valign="middle" align="center" | '''Result'''
|-
|
''useAxisNameInDiagrams(true);''  


'''Availability'''
''createFrequenceDiagram("S1");''  


Version 5.5
| [[Image:UseAxisName.jpg]]<br>
__NOTOC__
|-
<!-- imported from file: 5380.htm-->
|
''useAxisNameInDiagrams(false);''
 
''createFrequenceDiagram("S1");''
 
| [[Image:NotUseAxisName.jpg]]<br>
|}
 
'''Availability'''
 
Version 5.5 __NOTOC__ <!-- imported from file: 5380.htm-->  
 
[[Category:Result_display_method_functions]]

Latest revision as of 05: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");


useAxisNameInDiagrams(false);

createFrequenceDiagram("S1");


Availability

Version 5.5