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


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

    Parameters

    stream
    imageFormat
    dpiX
    dpiY
    See Also