Difference between revisions of "Tabulation setSortOrderVertical"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "==== Tabulation_setSortOrderVertical ==== Sort data vertically '''Syntax''' Tabulation_setSortOrderVertical(constant) '''Arguments''' *''Tabulation_SortOrder_None'': is a...")
(No difference)

Revision as of 04:23, 19 October 2015

Tabulation_setSortOrderVertical

Sort data vertically

Syntax

Tabulation_setSortOrderVertical(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_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);
createCrossDiagram(rowAxis,colAxis);