Spotfire.Dxp.Application.Visuals.ValueRenderers Namespace TIBCO Spotfire 7.12 API Reference
The Spotfire.Dxp.Application.Visuals.ValueRenderers namespace contains classes used for rendering individual values. They can also be used to render marker labels using the SetLabelRenderer method or the SetRenderer method for tooltips .

The built-in renderers are available in ValueRendererTypeIdentifiers. The renderers can be used to specify how a TableColumn should be rendered.

The collection of ValueRenderers available to the end-user can be extended. CustomValueRendererFactoryTRenderer, TSettings for the base class that needs to be implemented in order to extend the application with new functionality.

Classes

  Class Description
Public class GeometryRendererSettings
Renderer settings for the GeometryRenderer.
Public class GeometryRendererSettingsPropertyNames
Contains property name constants for the public properties of GeometryRendererSettings.
Public class ImageFromUrlRendererSettings
Renderer settings for the ImageFromUrlRenderer. This renderer fetches images from a URL and renders them.
Public class ImageFromUrlRendererSettingsPropertyNames
Contains property name constants for the public properties of ImageFromUrlRendererSettings.
Public class LinkValueRendererSettings
Renderer settings for the link value renderer.
Public class LinkValueRendererSettingsPropertyNames
Contains property name constants for the public properties of LinkValueRendererSettings.
Public class ValueRenderer
A class responsible for rendering data values in columns.
Public class ValueRendererArgs
Renderer settings used by a ValueRenderer when rendering a data value.
Public class ValueRendererResult
A class representing the result from a ValueRenderer.
Public class ValueRendererSettings
An abstract class for a model to be used by a ValueRenderer.
Public class ValueRendererSettingsPropertyNames
Contains property name constants for the public properties of ValueRendererSettings.
Public class ValueRendererTypeIdentifiers
Defines the type identifiers for built-in value renderers.
Public class VirtualValueRendererSettings
VirtualValueRenderer is a composite renderer, that uses a virtual column producer to get data and then render it using another renderer. VirtualValueRenderer can be used for labels in map chart and scatter plot, and in ExpressionDetailItem. VirtualValueRenderer can not be used in table plot.
Public class VirtualValueRendererSettingsPropertyNames
Contains property name constants for the public properties of VirtualValueRendererSettings.