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

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also