- Source:
- API-4.1.js, line 33
Methods
setpanelssplitbytrellis(id, trellispanelsexpression, trellismanuellayout, trellismanuelrowcount, trellismanuelcolumncount)
Sets panel split by trellis properties for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
trellispanelsexpression |
string | Trellis panel split by expression. |
trellismanuellayout |
boolean | Trellis manual layout (use null for default value). |
trellismanuelrowcount |
integer | Max number of rows (use null for default value). |
trellismanuelcolumncount |
integer | Max number of columns (use for null default value). |
- Source:
- API-4.1.js, line 2805
setrowsandcolumntrellis(id, trelliscolumnsexpression, trellisrowsexpression, trellispagesexpression)
Sets rows, columns and pages trellis properties for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
trelliscolumnsexpression |
string | Trellis columns expression. |
trellisrowsexpression |
string | Trellis rows expression. |
trellispagesexpression |
string | Trellis pages expression. |
- Source:
- API-4.1.js, line 2788
settrellisheadersfont(id, trellisheadersfontname, trellisheadersfontsize, trellisheadersfontstyle)
Sets trellis headers font for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
trellisheadersfontname |
string | Trellis header font name: Arial, Arial Black, Comic Sans MS, Courier New... |
trellisheadersfontsize |
integer | Trellis header font size. |
trellisheadersfontstyle |
integer | Trellis header font style: 0=Regular, 1=Italic, 2=Bold, 3= Bold Italic |
- Source:
- API-4.1.js, line 2215