ColoringCollectionAddNew Method (String)

Spotfire 15.0 API Reference
Adds a new Coloring instance to this ColoringCollection.

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 AddNew(
	string displayName
)

Parameters

displayName
Type: SystemString
A display name for the new coloring.

Return Value

Type: Coloring
The newly created Coloring.
Version Information


See Also

Reference