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
| Exception | Condition |
|---|---|
| SerializationException | If the serialization to the stream failed. |
| ArgumentNullException | If the stream is null. |
Version Information
See Also