Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / C1Chart3D Class / SaveImage Method / SaveImage(Stream,ImageFormat) Method


In This Topic
    SaveImage(Stream,ImageFormat) Method
    In This Topic
    Saves the chart image to the provided stream using the specified image format.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveImage( _
       ByVal stream As Stream, _
       ByVal imageFormat As ImageFormat _
    ) 
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim stream As Stream
    Dim imageFormat As ImageFormat
     
    instance.SaveImage(stream, imageFormat)
    public void SaveImage( 
       Stream stream,
       ImageFormat imageFormat
    )

    Parameters

    stream
    imageFormat
    See Also