ColoringTemplateCollectionItem Property (String)

Spotfire 15.0 API Reference
Gets the Coloring with the given name.

Namespace:  Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public Coloring this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name to lookup.

Return Value

Type: Coloring
The item with the given name.
Version Information


See Also

Reference