Tabulation setEnableOddEvenRowHeader

From Catglobe Wiki
Jump to: navigation, search



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:

SetEnableOddEvenRowHeader False.jpg

Tabulation_setMergeStatisticPctItem(true);

Tabulation_setEnableOddEvenRowHeader(true);

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

//Result:

SetEnableOddEvenRowHeader.jpg


Availability

Version 5.8.1