CategoricalColorSchemeTryGetColor Method

Spotfire 14.2 API Reference

Note: This API is now obsolete.

Tries to get the color for a given category.

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

C#
[ObsoleteAttribute("Use Coloring instead.")]
public bool TryGetColor(
	CategoryKey key,
	out Color color
)

Parameters

key
Type: Spotfire.Dxp.Application.VisualsCategoryKey
The category key.
color
Type: System.DrawingColor
The color.

Return Value

Type: Boolean
true if a color was found; otherwise false.
Version Information

Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
Obsolete (compiler warning) in 11.7
Obsolete (compiler warning) in 11.6
Obsolete (compiler warning) in 11.5
Obsolete (compiler warning) in 11.4
See Also

Reference