BulletGraphColorRangeCollectionAddNew Method

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public BulletGraphColorRange AddNew(
	Color color,
	string displayName
)

Parameters

color
Type: System.DrawingColor
The color of the range.
displayName
Type: SystemString
The display name of the range.

Return Value

Type: BulletGraphColorRange
The created color range.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference