ColorBreakpointCollectionRemove Method

Spotfire 15.0 API Reference
Removes the ColorBreakpoint from the collection.

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 bool Remove(
	ColorBreakpoint breakpoint
)

Parameters

breakpoint
Type: Spotfire.Dxp.Application.Visuals.ConditionalColoringColorBreakpoint
The breakpoint to remove.

Return Value

Type: Boolean
true if the breakpoint was successfully removed, otherwise false.
Version Information


See Also

Reference