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


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

Parameters

stream
imageFormat
dpiX
dpiY
See Also

Reference

C1Chart3D Class
C1Chart3D Members
Overload List