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. CustomValueRendererFactory TRenderer, TSettings for the base class that needs to be implemented in order to extend the application with new functionality.
Classes
Class | Description | |
---|---|---|
GeometryRendererSettings |
Renderer settings for the GeometryRenderer.
|
|
GeometryRendererSettings PropertyNames |
Contains property name constants for the public properties of GeometryRendererSettings.
|
|
ImageFromUrlRendererSettings |
Renderer settings for the ImageFromUrlRenderer. This renderer fetches images from a URL and renders them.
|
|
ImageFromUrlRendererSettings PropertyNames |
Contains property name constants for the public properties of ImageFromUrlRendererSettings.
|
|
LinkValueRendererSettings |
Renderer settings for the link value renderer.
|
|
LinkValueRendererSettings PropertyNames |
Contains property name constants for the public properties of LinkValueRendererSettings.
|
|
ValueRenderer |
A class responsible for rendering data values in columns.
|
|
ValueRendererArgs |
Renderer settings used by a ValueRenderer when rendering a data value.
|
|
ValueRendererResult |
A class representing the result from a ValueRenderer.
|
|
ValueRendererSettings |
An abstract class for a model to be used by a ValueRenderer.
|
|
ValueRendererSettings PropertyNames |
Contains property name constants for the public properties of ValueRendererSettings.
|
|
ValueRendererTypeIdentifiers |
Defines the type identifiers for built-in value renderers.
|
|
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.
|
|
VirtualValueRendererSettings PropertyNames |
Contains property name constants for the public properties of VirtualValueRendererSettings.
|