Difference between revisions of "Tabulation setQuantileText"
Cg huyphong (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | {{HelpFiles}} | ||
− | =====Tabulation_setQuantileText===== | + | ===== Tabulation_setQuantileText ===== |
− | Set Quantile text | + | Set Quantile text |
− | '''Syntax''' | + | '''Syntax''' |
− | Tabulation_setQuantileText(text) | + | Tabulation_setQuantileText(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);'' |
− | addQuantile(5,3); | + | ''addQuantile(5,3);'' |
− | + | ''number a = createFrequenceDiagram("Civil_status"); '' | |
− | + | ''//Result: Quantile text is "Quantile (3/5)" (default)'' | |
− | '' | + | ''Tabulation_setQuantileText("Quan");'' |
− | Version 5.7 | + | ''a = createFrequenceDiagram("Civil_status"); '' |
− | __NOTOC__ | + | |
− | <!-- imported from file: 7561.htm--> | + | ''//Result: Quantile text is "Quan (3/5)"'' |
+ | |||
+ | ''{{note}} This function should be paired with function [http://wiki.catglobe.com/index.php?title=AddQuantile addQuantile].'' | ||
+ | |||
+ | '''Availability''' | ||
+ | |||
+ | Version 5.7 __NOTOC__ <!-- imported from file: 7561.htm--> | ||
+ | |||
+ | [[Category:Text_setting_functions]] |
Latest revision as of 09:44, 29 December 2011
Tabulation_setQuantileText
Set Quantile text
Syntax
Tabulation_setQuantileText(text)
Arguments
- text: is string
Return value
empty
Example
setShowMode(Diagram_ShowModeType_Absolute);
addQuantile(5,3);
number a = createFrequenceDiagram("Civil_status");
//Result: Quantile text is "Quantile (3/5)" (default)
Tabulation_setQuantileText("Quan");
a = createFrequenceDiagram("Civil_status");
//Result: Quantile text is "Quan (3/5)"
Note: This function should be paired with function addQuantile.
Availability
Version 5.7