ValueRendererRenderCore Method TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
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: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference