BulletGraphColorRangeCollection AddNew Method TIBCO Spotfire 7.0 API Reference
Creates and adds a new color range.

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

public BulletGraphColorRange AddNew(
	Color color,
	string displayName
)

Parameters

color
Type: System.Drawing Color
The color of the range.
displayName
Type: System String
The display name of the range.

Return Value

Type: BulletGraphColorRange
The created color range.
Version Information

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