ColorBreakpointCollectionAdd Method

Spotfire 15.0 API Reference
Adds a new breakpoint to this collection using the specified value and color.

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

C#
public ColorBreakpoint Add(
	ConditionValue value,
	Color color
)

Parameters

value
Type: Spotfire.Dxp.Application.Visuals.ConditionalColoringConditionValue
The value tied to the breakpoint to be created.
color
Type: System.DrawingColor
The color tied to the breakpoint to be created.

Return Value

Type: ColorBreakpoint
The added breakpoint.
Version Information


See Also

Reference