2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / GetImage Method / GetImage() Method

In This Topic
    GetImage() Method
    In This Topic
    Obtains an image of the current chart display.
    Syntax
    'Declaration
     
    Public Overloads Function GetImage() As System.Drawing.Image
    public System.Drawing.Image GetImage()

    Return Value

    Image created by an enhanced metafile of the chart.
    See Also