Methods
allowtabledataexport(id, allowtabledataexport)
Allows table data export property for a Cross Table and Table Plot visualizations.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
allowtabledataexport |
boolean
|
Allow table data export. |
- Source:
grandtotalforcolumns(id, grandtotalforrows)
Sets grand total for columns property for a Cross Table visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
grandtotalforrows |
boolean
|
Grand total for columns property. |
- Source:
grandtotalforrows(id, grandtotalforrows)
Sets grand total for rows property for a Cross Table visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
grandtotalforrows |
boolean
|
Grand total for rows property. |
- Source:
setboxwith(id, boxwidth)
Sets box width property for a visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
boxwidth |
integer
|
The Line width property, must be between 0 and 10. |
- Source:
setdatarowsheight(id, datarowsheight)
Sets data rows height (number of lines) property for a Table Plot visualizations.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
datarowsheight |
integer
|
Data rows height. |
- Source:
setfrozencolumnscount(id, frozencolumnscount)
Sets number of frozen columns property for a Table Plot visualizations.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
frozencolumnscount |
integer
|
Number of frozen columns. |
- Source:
Sets header row height (number of lines) property for a Table Plot visualizations.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
headerrowheight |
integer
|
Header row height. |
- Source:
setjitteroutervalue(id, value)
Sets jittering property for a visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
value |
double
|
Jittering property, must be between 0 and 0.5. |
- Source:
setjitterproperties(id, xjitter, yjitter, zjitter, samejitter)
Sets Jittering properties for a visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
xjitter |
double
|
The Jitter property for X axis, must be between 0 and 0.5 (use null for default value). |
yjitter |
double
|
The Jitter property for Y axis, must be between 0 and 0.5 (use null for default value). |
zjitter |
double
|
The Jitter property for Z axis, must be between 0 and 0.5 (use null for default value). |
samejitter |
boolean
|
Use the same amount of jittering for all axises (use null for default value). |
- Source:
Example
setjitterproperties('1', 0, 0, 0, false);
setlayoutproperties(id, stackmode, barswidth, showshadowsbars, sortbars)
Sets Appearance properties for a Bar Chart visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
stackmode |
integer
|
The Layout property : 0=Side-by-Side bars, 1=Stacked bars, 2=100% stacked bars (use null for default value). |
barswidth |
integer
|
The Bar width property, msut be between 0 and 100 (use null for default value). |
showshadowsbars |
boolean
|
Show shadows indicating the unfiltered data (use null for default value). |
sortbars |
boolean
|
Sort bars by value (use null for default value). |
- Source:
setlineproperties(id, linewidth, showmarkers, markersize, breakonempty)
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
linewidth |
integer
|
The Line width property, must be between 0 and 10 (use null for default value). |
showmarkers |
booolean
|
Show marker property (use null for default value). |
markersize |
boolean
|
Marker size, must be between 0 and 100 (use null for default value). |
breakonempty |
boolean
|
Break lines on empty (use null for default value). |
- Deprecated:
- Sets Appearance properties for a Line Chart visualization.
- Source:
show95CI(id, value)
Shows 95% confidence interval of the mean for a Box Plot visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
value |
boolean
|
Show 95% confidence interval. |
- Source:
showcomparisoncircles(id, show, value)
Shows comparison circles for a Box Plot visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
show |
boolean
|
Shows comparison circles. |
value |
double
|
Alpha level value. |
- Source:
showdistribution(id, value)
Shows distribution property for a Box Plot visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
value |
boolean
|
Show distribution property. |
- Source:
shownavigationcontrols(id, shownavigationcontrols)
Shows navigation controls property for a Scatter Plot 3D Chart visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
shownavigationcontrols |
boolean
|
Shows navigation controls property. |
- Source:
showrelativescale(id, value)
Uses relative scale for a Box Plot visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
value |
boolean
|
Relative scale. |
- Source:
sortsectorsbysize(id, sortsectorbysize)
Sorts sectors by size property for a Pie Chart visualization.
Parameters:
Name |
Type |
Description |
id |
string
|
The id of the visualization. Unique in the current TIBCO Spotfire Document. |
sortsectorbysize |
boolean
|
Sort sectors by size property. |
- Source: