Difference between revisions of "Tabulation setAverageText"

From Catglobe Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Text setting functions]]
+
{{HelpFiles}}  
{{HelpFiles}}
 
  
=====Tabulation_setAverageText=====
+
===== Tabulation_setAverageText =====
  
 
Set text to Average (Default text in English is "Average")  
 
Set text to Average (Default text in English is "Average")  
  
'''Syntax'''
+
'''Syntax'''  
  
Tabulation_setAverageText("text")
+
Tabulation_setAverageText("text")  
  
'''Arguments'''
+
'''Arguments'''  
  
* text: is string
+
*text: is string
  
'''Return value'''
+
'''Return value'''  
  
empty
+
empty  
  
'''Example'''
+
'''Example'''  
  
''setShowMode(Diagram_ShowModeType_Absolute);''
+
''setShowMode(Diagram_ShowModeType_Absolute);''  
  
''setAverage(true);''
+
''setAverage(true);''  
  
''Tabulation_setAverageText("AVG");''
+
''Tabulation_setAverageText("AVG");''  
  
''number a = createFrequenceDiagram("Single");''
+
''number a = createFrequenceDiagram("Single");''  
  
''//Result: Average text is "AVG"''
+
''//Result: Average text is "AVG"''  
  
{{note}} This script should be paired with script ''setAverage''
+
{{note}} This function should be paired with function ''[http://wiki.catglobe.com/index.php?title=SetAverage setAverage]''.<br>
  
'''Availability'''
+
'''Availability'''  
  
Version 5.7
+
Version 5.7 __NOTOC__ <!-- imported from file: 7580.htm-->  
__NOTOC__
+
 
<!-- imported from file: 7580.htm-->
+
[[Category:Text_setting_functions]]

Latest revision as of 08:34, 29 December 2011



Tabulation_setAverageText

Set text to Average (Default text in English is "Average")

Syntax

Tabulation_setAverageText("text")

Arguments

  • text: is string

Return value

empty

Example

setShowMode(Diagram_ShowModeType_Absolute);

setAverage(true);

Tabulation_setAverageText("AVG");

number a = createFrequenceDiagram("Single");

//Result: Average text is "AVG"

Note Note: This function should be paired with function setAverage.

Availability

Version 5.7