IMSL C# Numerical Library

Chart.WritePNG Method 

Writes the chart as an PNG file.

public virtual void WritePNG(
   Stream os,
   int width,
   int height
);

Parameters

os
A Stream containing the output stream to which the PNG image is to be written.
width
An int which specifies the width of the output image in pixels.
height
An int which specifies the height of the output image in pixels.

See Also

Chart Class | Imsl.Chart2D Namespace