- Source:
- API-4.1.js, line 18
Methods
setgeneralproperties(id, title, showtitlebar, description)
Sets general properties of a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
title |
string | The Table Plot visualization title. |
showtitlebar |
boolean | Show visualization title bar. |
description |
string | The TIBCO Spotfire visualization description. |
- Source:
- API-4.1.js, line 1630
Example
setgeneralproperties('1', 'Scatter Plot', 'True', 'This is my scatter plot');