ComponentOne Chart3D for WPF and Silverlight
SaveImage(Stream,BitmapEncoder,Double,Double) Method


C1.WPF.C1Chart3D Namespace > C1Chart3D Class > SaveImage Method : SaveImage(Stream,BitmapEncoder,Double,Double) Method
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 System.IO.Stream, _
   ByVal encoder As System.Windows.Media.Imaging.BitmapEncoder, _
   ByVal dpiX As System.Double, _
   ByVal dpiY As System.Double _
) 
'Usage
 
Dim instance As C1Chart3D
Dim stream As System.IO.Stream
Dim encoder As System.Windows.Media.Imaging.BitmapEncoder
Dim dpiX As System.Double
Dim dpiY As System.Double
 
instance.SaveImage(stream, encoder, dpiX, dpiY)
public void SaveImage( 
   System.IO.Stream stream,
   System.Windows.Media.Imaging.BitmapEncoder encoder,
   System.double dpiX,
   System.double dpiY
)

Parameters

stream
encoder
dpiX
dpiY
See Also

Reference

C1Chart3D Class
C1Chart3D Members
Overload List