Difference between revisions of "SetShowMode"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Show mode functions]]
 
[[Category:Show mode functions]]

+
{{HelpFiles}}
  
 
=====setShowMode=====
 
=====setShowMode=====

Revision as of 12:06, 12 December 2011



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