TIBCO Spotfire Visualization Properties - Size

Source:

Methods

setmarkersize(id, markersize)

Sets marker size property for a visualization.
Parameters:
Name Type Description
id string The id of the visualization. Unique in the current TIBCO Spotfire Document.
markersize Double Marker size, must be between 0 and 100.
Source:

setsectorsizeby(id, sectorsizebyexpression)

Sets sector size by property for a visualization.
Parameters:
Name Type Description
id string The id of the visualization. Unique in the current TIBCO Spotfire Document.
sectorsizebyexpression string Sector size by expression (with aggregation method if needed).
Source:

setsizeby(id, sizebyexpression)

Sets size by property for a visualization.
Parameters:
Name Type Description
id string The id of the visualization. Unique in the current TIBCO Spotfire Document.
sizebyexpression string Size by expression (with aggregation method if needed).
Source:

setsizescale(id, scalemethod, maxlimitscalemethod, maxlimitscalevalue, minlimitscalemethod, minlimitscalevalue)

Sets size scale property for a visualization.
Parameters:
Name Type Description
id string The id of the visualization. Unique in the current TIBCO Spotfire Document.
scalemethod boolean Size scale method: false=From min to max, true=From 0 to max.
maxlimitscalemethod boolean Max limit method: false=Value, true=Automatic (use null for default value).
maxlimitscalevalue string Max limit value (use null for default value).
minlimitscalemethod boolean Min limit method: false=Value, true=Automatic (use null for default value).
minlimitscalevalue string Min limit value (use null for default value).
Source: