Page tree

Versions Compared

Key

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

Description

Excerpt

Saves Writes a Chart as a specified image formatan image with the specified dimensions to the specified stream.

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

...