ContinuousColorEntry TrySetValue Method (String) TIBCO Spotfire 6.0 API Reference
Parses the input string and sets the value.

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

public bool TrySetValue(
	string theValue
)

Parameters

theValue
Type: System String
The value to set.

Return Value

Type: Boolean
True if the value can be parsed and set. False if the value could not be set.
See Also