ColoringItem Property

Spotfire 15.0 API Reference
Gets the ColorRule at the specified index.

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 ColorRule this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: ColorRule
The ColorRule at the specified index.
Version Information


See Also

Reference