Sets the label renderer.
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
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
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also