Spotfire.Dxp.Application.Visuals.ValueRenderers Namespace

Spotfire 14.3 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

  ClassDescription
Public classGeometryRendererSettings
Renderer settings for the GeometryRenderer.
Public classGeometryRendererSettingsPropertyNames
Contains property name constants for the public properties of GeometryRendererSettings.
Public classImageFromUrlRendererSettings
Renderer settings for the ImageFromUrlRenderer. This renderer fetches images from a URL and renders them.
Public classImageFromUrlRendererSettingsPropertyNames
Contains property name constants for the public properties of ImageFromUrlRendererSettings.
Public classLinkValueRendererSettings
Renderer settings for the link value renderer.
Public classLinkValueRendererSettingsPropertyNames
Contains property name constants for the public properties of LinkValueRendererSettings.
Public classValueRenderer
A class responsible for rendering data values in columns.
Public classValueRendererArgs
Renderer settings used by a ValueRenderer when rendering a data value.
Public classValueRendererResult
A class representing the result from a ValueRenderer.
Public classValueRendererSettings
An abstract class for a model to be used by a ValueRenderer.
Public classValueRendererSettingsPropertyNames
Contains property name constants for the public properties of ValueRendererSettings.
Public classValueRendererTypeIdentifiers
Defines the type identifiers for built-in value renderers.
Public classVirtualValueRendererSettings
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 classVirtualValueRendererSettingsPropertyNames
Contains property name constants for the public properties of VirtualValueRendererSettings.