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

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

    Parameters

    Filename
    Image file name.
    ImgFmt
    Image format
    See Also