ColoringTemplateCollectionItem Property (Int32)

Spotfire 15.0 API Reference
Gets the Coloring at the given 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 Coloring this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index in collection.

Return Value

Type: Coloring
The item at the given index.
Version Information


See Also

Reference