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

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

    Parameters

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