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

From Catglobe Wiki
No edit summary
Cg van (talk | contribs)
No edit summary
 
(4 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
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("Text Average");
''Tabulation_setAverageText("AVG");''


number a = createFrequenceDiagram("Single");
''number a = createFrequenceDiagram("Single");''


'''Availability'''
''//Result: Average text is "AVG"''  


Version 5.7
{{note}} This function should be paired with function ''[http://wiki.catglobe.com/index.php?title=SetAverage setAverage]''.<br>
__NOTOC__
 
<!-- imported from file: 7580.htm-->
'''Availability'''
 
Version 5.7 __NOTOC__ <!-- imported from file: 7580.htm-->  
 
[[Category:Text_setting_functions]]

Latest revision as of 07: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