Difference between revisions of "Tabulation setExcludedSortOrderHorizontal"

From Catglobe Wiki
Jump to: navigation, search
(Tag: visualeditor)
Line 24: Line 24:
 
createCrossDiagram({"Q1"},{"Q1_Single"});
 
createCrossDiagram({"Q1"},{"Q1_Single"});
  
//result:
+
//result:<br/>
 +
[[File:SetExcludedHorizontal.jpg]]

Revision as of 12:03, 30 May 2017

Tabulation_setExcludedSortOrderHorizontal

Exclude some axis options from the the horizontal sorting

Syntax

Tabulation_setExcludedSortOrderHorizontal(axisArray);

Arguments

axisArray: an array which contains some axis options that will be excluded from the the horizontal sorting

Return type

empty

Examples

DCS_use(15560370);

Tabulation_setExcludedSortOrderHorizontal({"Viet Nam","Don't know"});

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_LowToHigh);

createCrossDiagram({"Q1"},{"Q1_Single"});

//result:
SetExcludedHorizontal.jpg