ColoringSaveAs Method (Stream)

Spotfire 15.0 API Reference
Saves the Coloring to a stream.

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 void SaveAs(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to write to.
Exceptions

ExceptionCondition
SerializationExceptionIf the serialization to the stream failed.
ArgumentNullExceptionIf the stream is null.
Version Information


See Also

Reference