Difference between revisions of "Tabulation setExcludedSortOrderVertical"
(Created page with "=== Tabulation_setExcludedSortOrderVertical === Exclude some axis options from the the vertical sorting === Syntax === Tabulation_setExcludedSortOrderHorizontal(axisArray);...") |
(→Examples) (Tag: visualeditor) |
||
Line 23: | Line 23: | ||
createCrossDiagram({"Q1_Single"},{}); | createCrossDiagram({"Q1_Single"},{}); | ||
//result: | //result: | ||
− | + | [[File: http://wiki.catglobe.com/images/2/2a/Tb_SetExcludedVertical.jpg]] | |
</source> | </source> | ||
[[Category:Sorting_functions]] | [[Category:Sorting_functions]] |
Revision as of 10:40, 30 May 2017
Tabulation_setExcludedSortOrderVertical
Exclude some axis options from the the vertical sorting
Syntax
Tabulation_setExcludedSortOrderHorizontal(axisArray);
Arguments
axisArray: an array which contains some axis options that will be excluded from the the vertical sorting
Return type
empty
Examples
DCS_use(15560370);
Tabulation_setExcludedSortOrderVertical({"Viet Nam","Don't know"});
Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);
createCrossDiagram({"Q1_Single"},{});
//result:
[[File: http://wiki.catglobe.com/images/2/2a/Tb_SetExcludedVertical.jpg]]