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: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
protected virtual TRenderer CreateRendererCore()
Return Value
Type: TRendererA renderer.
Exceptions
Exception | Condition |
---|---|
NotImplementedException | Thrown if this method has not been overridden or this method is called by the sub class. |
Remarks
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also