ContinuousColorEntryCollection AddNew Method TIBCO Spotfire 7.0 API Reference
Adds an item to the collection.

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

public ContinuousColorEntry AddNew(
	Color color,
	ColorSchemeMethod method
)

Parameters

color
Type: System.Drawing Color
The color to use.
method
Type: Spotfire.Dxp.Application.Visuals ColorSchemeMethod
Defines if this color should be used for min, max or a specific value.

Return Value

Type: ContinuousColorEntry
The newly added item.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also