Overload List

  Name Description
Public method SaveImage(ImageFormat)
Saves an chart image of the specified format and display size to the clipboard.
Public method SaveImage(array<Byte>[]()[][]%, ImageFormat)
Saves an chart image of the specified format to the specified byte array.
Public method SaveImage(ImageFormat, Size)
Saves an chart image of the specified format and size to the clipboard.
Public method SaveImage(Stream, ImageFormat)
Saves an chart image of the specified format to the specified stream.
Public method SaveImage(String, ImageFormat)
Saves an chart image of the specified format and display size to the specified file.
Public method SaveImage(array<Byte>[]()[][]%, ImageFormat, Size)
Saves an chart image of the specified format and size to the specified byte array.
Public method SaveImage(Stream, ImageFormat, Size)
Saves an chart image of the specified format and size to the specified stream.
Public method SaveImage(String, ImageFormat, Size)
Saves an chart image of the specified format and size to the specified file.

See Also