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
Cg van (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
''//Result: Average text is "AVG"''  
''//Result: Average text is "AVG"''  


{{note}} This script should be paired with script ''[http://wiki.catglobe.com/index.php?title=SetAverage setAverage;]''  
{{note}} This function should be paired with function ''[http://wiki.catglobe.com/index.php?title=SetAverage setAverage]''.<br>


'''Availability'''  
'''Availability'''  

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