ContinuousColorEntryCollectionAddNew Method

Spotfire 15.0 API Reference
Adds an item to the collection.

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

C#
public ContinuousColorEntry AddNew(
	Color color,
	ColorSchemeMethod method
)

Parameters

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

Return Value

Type: ContinuousColorEntry
The newly added item.
Version Information


See Also

Reference