- Source:
- API-4.1.js, line 38
Methods
seterrorbarsaxis(id, axis, errorbars_lowerexpression, errorbars_uppererexpression)
Sets axis error bars for a visualization.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | The id of the visualization. Unique in the current TIBCO Spotfire Document. |
axis |
string | Axis. |
errorbars_lowerexpression |
string | Lower error expression (with aggregation method if needed). |
errorbars_uppererexpression |
string | Upper error expression (with aggregation method if needed). |
- Source:
- API-4.1.js, line 2134