ValueRendererFactory TRenderer, TSettings  CreateRendererCore Method TIBCO Spotfire 6.0 API Reference
Override this method to create a renderer. Called if SupportsCreateRendererCore returns true.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

protected virtual TRenderer CreateRendererCore()

Return Value

Type: TRenderer
A renderer.
Exceptions

ExceptionCondition
System NotImplementedExceptionThrown if this method has not been overridden or this method is called by the sub class.
Remarks

Remove any call to base.CreateRendererCore when overriding this method.
See Also