ImageFromUrlRendererSettingsUrlTemplate Property TIBCO Spotfire 7.6 API Reference
Gets or sets the Url template.

Namespace: Spotfire.Dxp.Application.Visuals.ValueRenderers
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public string UrlTemplate { get; set; }

Property Value

Type: String
The Url template.
Remarks

The Url template is a string, where "{$}" (without quotes) will be replaced by a data value, "{$width}" and "{$height}" will be replaced by the width and height of the requested image.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference