Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Writes a Chart as an image with the specified dimensions to in pixels to the specified stream.

Signature
C#
C#
 public static void SaveImage(System.IO.Stream stream, ImageFormat imageFormat, int? width, int? height)

...