Difference between revisions of "Tabulation setStdDevText"
Cg huyphong (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | {{HelpFiles}} | ||
− | =====Tabulation_setStdDevText===== | + | ===== Tabulation_setStdDevText ===== |
− | Set text to StdDev column | + | Set text to StdDev column |
− | '''Syntax''' | + | '''Syntax''' |
− | Tabulation_setStdDevText(text) | + | Tabulation_setStdDevText(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);'' |
− | setStandardDeviation(true); | + | ''setStandardDeviation(true); '' |
− | + | ''number a = createFrequenceDiagram("Civil_status"); '' | |
− | + | ''//Result: Text of Standard deviation row is "Standard deviation". '' | |
− | '' | + | ''Tabulation_setStdDevText("SD");'' |
− | Version 5.7 | + | ''a = createFrequenceDiagram("Civil_status"); '' |
− | __NOTOC__ | + | |
− | <!-- imported from file: 7565.htm--> | + | ''//Result: New text of Standard deviation row is "SD". '' |
+ | |||
+ | ''{{note}} This function should be paired with function [http://wiki.catglobe.com/index.php?title=SetStandardDeviation setStandardDeviation].'' | ||
+ | |||
+ | '''Availability''' | ||
+ | |||
+ | Version 5.7 __NOTOC__ <!-- imported from file: 7565.htm--> | ||
+ | |||
+ | [[Category:Text_setting_functions]] |
Latest revision as of 10:08, 29 December 2011
Tabulation_setStdDevText
Set text to StdDev column
Syntax
Tabulation_setStdDevText(text)
Arguments
- text: is string
Return value
empty
Example
setShowMode(Diagram_ShowModeType_Absolute);
setStandardDeviation(true);
number a = createFrequenceDiagram("Civil_status");
//Result: Text of Standard deviation row is "Standard deviation".
Tabulation_setStdDevText("SD");
a = createFrequenceDiagram("Civil_status");
//Result: New text of Standard deviation row is "SD".
Note: This function should be paired with function setStandardDeviation.
Availability
Version 5.7