SetDirection

From Catglobe Wiki
Revision as of 09:52, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



setDirection

Sets the direction of the total calculations which must be used when creating diagrams.

Syntax

setDirection(direction)

Arguments

direction: Is a numeric (non-decimal) expression. The direction must be one of the constants specified below

  • Diagram_DirectionType_Vertical
  • Diagram_DirectionType_Horizontal

Return type

empty

Examples

setDirection(Diagram_DirectionType_Horizontal);

Availability

Version 5.4