Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation setMedianText

From Catglobe Wiki
Revision as of 10:18, 12 December 2011 by Cg huyphong (talk | contribs)



Tabulation_setMedianText

Set median text

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");

Availability

Version 5.7