Difference between revisions of "Tabulation setSortOrderHorizontal"
(Created page with "==== Tabulation_setSortOrderHorizontal ==== Sort data vertically '''Syntax''' Tabulation_setSortOrderHorizontal(constant) '''Arguments''' *''Tabulation_SortOrder_None'': ...") |
|||
Line 1: | Line 1: | ||
==== Tabulation_setSortOrderHorizontal ==== | ==== Tabulation_setSortOrderHorizontal ==== | ||
− | Sort data | + | Sort data horizontally |
'''Syntax''' | '''Syntax''' |
Revision as of 03:27, 19 October 2015
Tabulation_setSortOrderHorizontal
Sort data horizontally
Syntax
Tabulation_setSortOrderHorizontal(constant)
Arguments
- Tabulation_SortOrder_None: is a constant .
- Tabulation_SortOrder_LowToHigh: is a constant .
- Tabulation_SortOrder_HighToLow: is a constant .
- Tabulation_SortOrder_AtoZ: is a constant .
- Tabulation_SortOrder_ZtoA: is a constant .
Return type
N/A
Examples
Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_LowToHigh);
createCrossDiagram(rowAxis,colAxis);