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.

Tabulation setEnableOddEvenRowHeader: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Style setting functions]]
{{HelpFiles}}



=====Tabulation_setEnableOddEvenRowHeader=====
===== Tabulation_setEnableOddEvenRowHeader =====


This setting makes it possible to either activate or deactivate the chart's inheritance of the odd even rows styles from the style sheet.
This setting makes it possible to either activate or deactivate the chart's inheritance of the odd even rows styles from the style sheet.  


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


Tabulation_setEnableOddEvenRowHeader(''enabled'')
Tabulation_setEnableOddEvenRowHeader(''enabled'')  


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


''enabled: '' Is a boolean expression. If ''true'' the styles will be inherited, if ''false'' it will not.
''enabled: '' Is a boolean expression. If ''true'' the styles will be inherited, if ''false'' it will not.  


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


empty
empty  


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


''Tabulation_setEnableOddEvenRowHeader(True);''
''Tabulation_setAbsText("abs");''  


'''Availability'''
''Tabulation_setPctText("%");''  


Version 5.8.1
''Tabulation_setCountAnswer(true);''
__NOTOC__
 
<!-- imported from file: 8138.htm-->
''Tabulation_setTotalAnswerText("Total sample size");''
 
''createCrossDiagram({"Civil_status"},{"Sex"});''
 
''//Result:''
 
[[Image:SetEnableOddEvenRowHeader False.jpg]]
 
''Tabulation_setMergeStatisticPctItem(true);''
 
''Tabulation_setEnableOddEvenRowHeader(true);''
 
''createCrossDiagram({"Civil_status"},{"Sex"});''
 
''//Result:''
 
[[Image:SetEnableOddEvenRowHeader.jpg]]
 
<br> '''Availability'''
 
Version 5.8.1 __NOTOC__ <!-- imported from file: 8138.htm-->  
 
[[Category:Style_setting_functions]]

Latest revision as of 11:04, 30 December 2011



Tabulation_setEnableOddEvenRowHeader

This setting makes it possible to either activate or deactivate the chart's inheritance of the odd even rows styles from the style sheet.

Syntax

Tabulation_setEnableOddEvenRowHeader(enabled)

Arguments

enabled: Is a boolean expression. If true the styles will be inherited, if false it will not.

Return type

empty

Examples

Tabulation_setAbsText("abs");

Tabulation_setPctText("%");

Tabulation_setCountAnswer(true);

Tabulation_setTotalAnswerText("Total sample size");

createCrossDiagram({"Civil_status"},{"Sex"});

//Result:

Tabulation_setMergeStatisticPctItem(true);

Tabulation_setEnableOddEvenRowHeader(true);

createCrossDiagram({"Civil_status"},{"Sex"});

//Result:


Availability

Version 5.8.1