Difference between revisions of "Tabulation setAverageText"
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 script should be paired with script ''[http://wiki.catglobe.com/index.php?title=SetAverage setAverage]'' |
'''Availability''' | '''Availability''' |
Revision as of 08:25, 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: This script should be paired with script setAverage
Availability
Version 5.7