Sets the label renderer.
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public ValueRendererSettings SetLabelRenderer( TypeIdentifier typeId )
Parameters
- typeId
- Type: Spotfire.Dxp.Framework.DocumentModelTypeIdentifier
The type id.
Return Value
Type: ValueRendererSettingsThe label renderer settings associated with the type id.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Throws ArgumentNullException if typeId is null. |
| ArgumentException | Thrown if typeId is not a type identifier for a registered ValueRenderer. |
Version Information
See Also