FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChartBase Class / SaveImage Method / SaveImage(Stream,ImageFormat,Int32,Int32) Method
Stream
Image format.
Width of image.
Height of image.

In This Topic
    SaveImage(Stream,ImageFormat,Int32,Int32) Method
    In This Topic
    Saves chart as image with to the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByVal stream As System.IO.Stream, _
       ByVal fmt As ImageFormat, _
       ByVal w As System.Integer, _
       ByVal h As System.Integer _
    ) 
    public void SaveImage( 
       System.IO.Stream stream,
       ImageFormat fmt,
       System.int w,
       System.int h
    )

    Parameters

    stream
    Stream
    fmt
    Image format.
    w
    Width of image.
    h
    Height of image.
    See Also