ValueRendererRenderCore Method

Spotfire 14.3 API Reference
Renders a data value using specific render settings.

Override this method to create a custom renderer.

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

C#
protected abstract void RenderCore(
	ValueRendererSettings rendererSettings,
	ValueRendererArgs args,
	ValueRendererResult renderingResult
)

Parameters

rendererSettings
Type: Spotfire.Dxp.Application.Visuals.ValueRenderersValueRendererSettings
Renderer settings.
args
Type: Spotfire.Dxp.Application.Visuals.ValueRenderersValueRendererArgs
Arguments specifying the value to render, and constraints on how to render the value (width and height).
renderingResult
Type: Spotfire.Dxp.Application.Visuals.ValueRenderersValueRendererResult
The renderer result to fill.
Remarks

Currently only valid data values are passed with the args object.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference