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


In This Topic
    SaveImage(Stream,BitmapEncoder,Double,Double) Method
    In This Topic
    Saves the chart image to the provided stream using the specified encoder with the specified horizontal and vertical resolution.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveImage( _
       ByVal stream As Stream, _
       ByVal encoder As BitmapEncoder, _
       ByVal dpiX As Double, _
       ByVal dpiY As Double _
    ) 
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim stream As Stream
    Dim encoder As BitmapEncoder
    Dim dpiX As Double
    Dim dpiY As Double
     
    instance.SaveImage(stream, encoder, dpiX, dpiY)
    public void SaveImage( 
       Stream stream,
       BitmapEncoder encoder,
       double dpiX,
       double dpiY
    )

    Parameters

    stream
    encoder
    dpiX
    dpiY
    See Also