ComponentOne FinancialChart 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 _
) 
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