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

In This Topic
    SaveImage(ImageFormat) Method
    In This Topic
    Saves an image of the chart to the clipboard using display size.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByVal ImgFmt As System.Drawing.Imaging.ImageFormat _
    ) 
    public void SaveImage( 
       System.Drawing.Imaging.ImageFormat ImgFmt
    )

    Parameters

    ImgFmt
    Image format.
    See Also