- Source:
- API-4.1.js, line 24
Methods
setAutoAddNewColumns(id, autoadd)
Sets the Auto Add New Columns property of a TIBCO Spotfire Table Plot.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
autoadd |
string | Automatically add new columns ? |
- Source:
- API-4.1.js, line 1835
setselectedcolumns(id, displaycolumnsmode, visiblecolumns)
Sets columns to display property for Table Plot visualizations.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
displaycolumnsmode |
string | The chosen mode to display columns : "All" or "Custom". |
visiblecolumns |
string | List of columns to display (in case of "Custom" mode) with a comma as separator. |
- Source:
- API-4.1.js, line 1821