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


C1.WPF.C1Chart3D Namespace > C1Chart3D Class > SaveImage Method : SaveImage(Stream,ImageFormat) Method
Saves the chart image to the provided stream using the specified image format.
Syntax
'Declaration
 
Public Overloads Sub SaveImage( _
   ByVal stream As System.IO.Stream, _
   ByVal imageFormat As ImageFormat _
) 
'Usage
 
Dim instance As C1Chart3D
Dim stream As System.IO.Stream
Dim imageFormat As ImageFormat
 
instance.SaveImage(stream, imageFormat)
public void SaveImage( 
   System.IO.Stream stream,
   ImageFormat imageFormat
)

Parameters

stream
imageFormat
See Also

Reference

C1Chart3D Class
C1Chart3D Members
Overload List