SetShowMode

From Catglobe Wiki
Revision as of 10:57, 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



setShowMode

Sets the show mode which must be used when creating diagrams

Syntax

setShowMode(showMode)

Arguments

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

  • Diagram_ShowModeType_Percentage
  • Diagram_ShowModeType_Absolute
  • Diagram_ShowModeType_Both

Return type

empty

Examples

setShowMode(Diagram_ShowModeType_Absolute);

Availability

Version 5.4