ComponentOne FinancialChart for WinForms
SaveImage Method (FlexPie)

C1.Win.Chart Namespace > FlexPie Class : SaveImage Method
Output stream.
Image format.
Image width.
Image height.
Saves chart image to the stream using specified format and size.
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
Output stream.
fmt
Image format.
w
Image width.
h
Image height.
See Also

Reference

FlexPie Class
FlexPie Members