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

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also