BulletGraphColorRangeCollection AddNew Method TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also