Difference between revisions of "Tabulation setVarianceText"
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | | ||
− | =====Tabulation_setVarianceText===== | + | ===== Tabulation_setVarianceText ===== |
− | Set Variance text | + | Set Variance text |
− | '''Syntax''' | + | '''Syntax''' |
− | Tabulation_setVarianceText(text) | + | Tabulation_setVarianceText(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); '' |
− | setVariance(true); | + | ''setVariance(true);'' |
− | + | ''number a = createFrequenceDiagram("Civil_status"); '' | |
− | + | ''//Result: Text of Variance row is "Variance". (default)'' | |
− | '' | + | ''Tabulation_setVarianceText("Var"); '' |
− | Version 5.7 | + | ''a = createFrequenceDiagram("Civil_status"); '' |
− | __NOTOC__ | + | |
− | <!-- imported from file: 7571.htm--> | + | ''//Result: New text of Variance row is "Var".'' |
+ | |||
+ | ''{{note}} This function should be paired with function [http://wiki.catglobe.com/index.php?title=SetVariance setVariance].'' | ||
+ | |||
+ | '''Availability''' | ||
+ | |||
+ | Version 5.7 __NOTOC__ <!-- imported from file: 7571.htm--> | ||
+ | |||
+ | [[Category:Text_setting_functions]] |
Latest revision as of 11:12, 29 December 2011
Tabulation_setVarianceText
Set Variance text
Syntax
Tabulation_setVarianceText(text)
Arguments
- text: is string
Return value
empty
Example
setShowMode(Diagram_ShowModeType_Absolute);
setVariance(true);
number a = createFrequenceDiagram("Civil_status");
//Result: Text of Variance row is "Variance". (default)
Tabulation_setVarianceText("Var");
a = createFrequenceDiagram("Civil_status");
//Result: New text of Variance row is "Var".
Note: This function should be paired with function setVariance.
Availability
Version 5.7