IndexedCombinationChartSeriesTypeContains Method (CategoryKey)

Spotfire 15.0 API Reference
Checks if the key exists in the indexed property.

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

C#
public bool Contains(
	CategoryKey key
)

Parameters

key
Type: Spotfire.Dxp.Application.VisualsCategoryKey
The key to look for.

Return Value

Type: Boolean
true if the the key exists; otherwise false.
Version Information


See Also

Reference