- Source:
- API-4.1.js, line 27
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:
- API-4.1.js, line 2363
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:
- API-4.1.js, line 2409
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:
- API-4.1.js, line 2377
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:
- API-4.1.js, line 2395