set_plot_area_image
Set a chart's plot-area background image by providing a local file or URL, with options for scaling and transparency.
Instructions
Set a chart's PLOT-AREA background image (the plotArea image object). imageUrlOrPath = a local file (embedded into the report) or an http(s)/data URL. scaling = Fit|Fill|Normal. transparency 0-100 optional. Verify the render in Desktop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | page name or displayName | |
| visual | Yes | chart visual name | |
| scaling | No | Fit|Fill|Normal | Fit |
| transparency | No | 0-100 image transparency | |
| imageUrlOrPath | Yes | local image file or http(s)/data URL | |
| reportSessionId | Yes |