- Source:
- API-4.1.js, line 21
Methods
setlabelsfont(id, labelsfontname, labelsfontsize, labelsfontstyle)
Sets labels font for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
labelsfontname |
string | Labels font name: Arial, Arial Black, Comic Sans MS, Courier New... |
labelsfontsize |
integer | Labels font size. |
labelsfontstyle |
integer | Labels font style: 0=Regular, 1=Italic, 2=Bold, 3= Bold Italic |
- Source:
- API-4.1.js, line 2167
setlabelsfontaxis(id, axis, labelsfontname, labelsfontsize, labelsfontstyle)
Sets axis scale labels font for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
axis |
string | Axis. |
labelsfontname |
string | Labels font name: Arial, Arial Black, Comic Sans MS, Courier New... |
labelsfontsize |
integer | Labels font size. |
labelsfontstyle |
integer | Labels font style: 0=Regular, 1=Italic, 2=Bold, 3= Bold Italic |
- Source:
- API-4.1.js, line 2151
setlegendfont(id, trellisheadersfontname, trellisheadersfontsize, trellisheadersfontstyle)
Sets legend font for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
trellisheadersfontname |
string | Legend font name: Arial, Arial Black, Comic Sans MS, Courier New... |
trellisheadersfontsize |
integer | Legend font size. |
trellisheadersfontstyle |
integer | Legend font style: 0=Regular, 1=Italic, 2=Bold, 3= Bold Italic |
- Source:
- API-4.1.js, line 2183
setlinecurvelabelsfont(id, linecurvelabelsfontname, linecurvelabelsfontsize, linecurvelabelsfontstyle)
Sets line curve labels font for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
linecurvelabelsfontname |
string | line curve labels font name: Arial, Arial Black, Comic Sans MS, Courier New... |
linecurvelabelsfontsize |
integer | line curve labels font size. |
linecurvelabelsfontstyle |
integer | line curve labels font style: 0=Regular, 1=Italic, 2=Bold, 3= Bold Italic |
- Source:
- API-4.1.js, line 2199