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

From Catglobe Wiki
No edit summary
No edit summary
Line 16: Line 16:
=== Examples ===
=== Examples ===


<source lang="javascript">
DCS_use(15560370);<br/>
DCS_use(15560370);
Tabulation_setExcludedSortOrderVertical({"Viet Nam","Don't know"});<br/>
Tabulation_setExcludedSortOrderVertical({"Viet Nam","Don't know"});
Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);<br/>
Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);


createCrossDiagram({"Q1_Single"},{});
createCrossDiagram({"Q1_Single"},{});<br/>
//result:


</source>
//result:<br/>
[[File:Tb_SetExcludedVertical.jpg]]
[[Category:Sorting_functions]]
[[Category:Sorting_functions]]

Revision as of 09:54, 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: