- Source:
- API-4.1.js, line 36
Methods
setsortby(id, value, mode)
Sets sort by property for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
value |
string | Sort by property. |
mode |
integer | Sort by mode: 0=Ascending, 1=Descending. |
- Source:
- API-4.1.js, line 2961
setstatisticsmeasures(id, value)
Sets statistics measures property for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
value |
string | List of measures. |
- Source:
- API-4.1.js, line 2946