Overload List

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

See Also