TIBCO Spotfire Visualization Properties - General

Source:

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:
Example
setgeneralproperties('1', 'Scatter Plot', 'True', 'This is my scatter plot');