ComponentOne FlexChart for WinForms
SaveImage Method (FlexChart)


C1.Win.Chart Namespace > FlexChart Class : SaveImage Method
Stream
Image format.
Width of image.
Height of image.
Saves chart as image with to the specified stream.
Syntax
'Declaration
 
Public Sub SaveImage( _
   ByVal stream As Stream, _
   ByVal fmt As ImageFormat, _
   ByVal w As Integer, _
   ByVal h As Integer _
) 
'Usage
 
Dim instance As FlexChart
Dim stream As Stream
Dim fmt As ImageFormat
Dim w As Integer
Dim h As Integer
 
instance.SaveImage(stream, fmt, w, h)
public void SaveImage( 
   Stream stream,
   ImageFormat fmt,
   int w,
   int h
)

Parameters

stream
Stream
fmt
Image format.
w
Width of image.
h
Height of image.
See Also

Reference

FlexChart Class
FlexChart Members