More actions
Cg huyphong (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{HelpFiles}} | |||
{{HelpFiles}} | |||
=====Tabulation_setMedianText===== | ===== Tabulation_setMedianText ===== | ||
Set median text | Set median text(Default text is Median)<br> | ||
'''Syntax''' | '''Syntax''' | ||
Tabulation_setHeaderText(text) | Tabulation_setHeaderText(text) | ||
'''Arguments''' | '''Arguments''' | ||
text: is string which is Median text of Median row | text: is string which is Median text of Median row | ||
'''Return value''' | '''Return value''' | ||
empty | empty | ||
'''Example''' | '''Example''' | ||
setShowMode(Diagram_ShowModeType_Absolute); | ''setShowMode(Diagram_ShowModeType_Absolute); '' | ||
setMedian(true); | ''setMedian(true); '' | ||
Tabulation_setMedianText("NewMedianText"); | ''Tabulation_setMedianText("NewMedianText"); '' | ||
number a = createFrequenceDiagram("Single"); | ''number a = createFrequenceDiagram("Single"); '' | ||
'' | ''//Result: Text of Median row is "NewMedianText"'' | ||
Version 5.7 | {{note}} ''This function should be paired with function {{note}} This function should be paired with function [http://wiki.catglobe.com/index.php?title=SetMedian setMedian]. | ||
__NOTOC__ | |||
<!-- imported from file: 7537.htm--> | '''Availability''' | ||
Version 5.7 __NOTOC__ <!-- imported from file: 7537.htm--> | |||
[[Category:Text_setting_functions]] |
Revision as of 08:11, 29 December 2011
Tabulation_setMedianText
Set median text(Default text is Median)
Syntax
Tabulation_setHeaderText(text)
Arguments
text: is string which is Median text of Median row
Return value
empty
Example
setShowMode(Diagram_ShowModeType_Absolute);
setMedian(true);
Tabulation_setMedianText("NewMedianText");
number a = createFrequenceDiagram("Single");
//Result: Text of Median row is "NewMedianText"
Note: This function should be paired with function Note: This function should be paired with function setMedian.
Availability
Version 5.7