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

From Catglobe Wiki
Created page with "==== Tabulation_setSortOrderVertical ==== Sort data vertically '''Syntax''' Tabulation_setSortOrderVertical(constant) '''Arguments''' *''Tabulation_SortOrder_None'': is a..."
 
No edit summary
Line 21: Line 21:
'''Examples'''
'''Examples'''


Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh); <br/>createCrossDiagram(rowAxis,colAxis);<br/><br/>
Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);<br/>createCrossDiagram(rowAxis,colAxis);
 
'''Availability'''
 
Version 6.0

Revision as of 02:33, 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);

Availability

Version 6.0