ColoringTemplateCollection AddFromStream Method TIBCO Spotfire 6.0 API Reference
Adds a Coloring to this collection by reading from the given stream. The content of the stream must be a dxpcolor file.

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

public Coloring AddFromStream(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
The stream to read from.

Return Value

Type: Coloring
The added Coloring.
Exceptions

ExceptionCondition
System.Runtime.Serialization SerializationExceptionIf the creation of the Coloring from the stream failed.
See Also