2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / SaveImage Method / SaveImage(Stream,ImageFormat) Method
Stream for image output.
Image format.

In This Topic
    SaveImage(Stream,ImageFormat) Method
    In This Topic
    Saves an image of the chart to the specified stream in the specified format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByVal stream As System.IO.Stream, _
       ByVal ImgFmt As System.Drawing.Imaging.ImageFormat _
    ) 
    public void SaveImage( 
       System.IO.Stream stream,
       System.Drawing.Imaging.ImageFormat ImgFmt
    )

    Parameters

    stream
    Stream for image output.
    ImgFmt
    Image format.
    See Also