ValueRendererRenderCore Method

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference