Sets the renderer for the detail (tooltip) item.
Namespace: Spotfire.Dxp.Application.VisualsAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- typeId
- Type: Spotfire.Dxp.Framework.DocumentModel TypeIdentifier
The type id of the renderer to use.
Return Value
Type: ValueRendererSettingsThe renderer settings associated with the type id.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Throws ArgumentNullException if typeId is null. |
System ArgumentException | Thrown if typeId is not a type identifier for a registered ValueRenderer. |
Examples
GeometryRendererSettings geometryRendererSettings = (GeometryRendererSettings)expressionDetailItem.SetRenderer(ValueRendererTypeIdentifiers.GeometryRenderer); geometryRendererSettings.BorderColor = Color.Red;
Version Information
See Also