Tabulation setExcludedSortOrderVertical

From Catglobe Wiki
Revision as of 11:57, 30 May 2017 by Tranvuthaibinh (talk | contribs) (Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Tabulation_setExcludedSortOrderVertical

Exclude some axis options from the the vertical sorting

Syntax

Tabulation_setExcludedSortOrderVertical(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:
Tb SetExcludedVertical.jpg