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 setPercentileText

From Catglobe Wiki



Tabulation_setPercentileText

Set Percentile text

Syntax

Tabulation_setPercentileText(text)

Arguments

  • text: is string

Return value

empty

Example

setShowMode(Diagram_ShowModeType_Absolute);

addPercentile(20);

number a = createFrequenceDiagram("Single");

//Result: Percentile text is "Percentile (20)"

Tabulation_setPercentileText("Per");

a = createFrequenceDiagram("Single");

//Result: Percentile text is "Per (20)"

Note Note: This function should be paired with function addPercentile.

Availability

Version 5.7