ColoringCollection AddNew Method (String) TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public Coloring AddNew(
	string displayName
)

Parameters

displayName
Type: System String
A display name for the new coloring.

Return Value

Type: Coloring
The newly created Coloring.
See Also