ComponentOne FlexChart for WPF
SaveImage Method (C1FlexChart)

C1.WPF.FlexChart.4 Assembly > C1.WPF.Chart Namespace > C1FlexChart Class : SaveImage Method
Stream
Image format.
Width of image.
Height of image
The background of image.
Saves chart as image with to the specified stream.
Syntax
'Declaration
 
Public Sub SaveImage( _
   ByVal stream As System.IO.Stream, _
   ByVal fmt As ImageFormat, _
   Optional ByVal w As System.Integer, _
   Optional ByVal h As System.Integer, _
   Optional ByVal backColor As System.Nullable(Of Color) _
) 
public void SaveImage( 
   System.IO.Stream stream,
   ImageFormat fmt,
   System.int w,
   System.int h,
   System.Nullable<Color> backColor
)

Parameters

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

Reference

C1FlexChart Class
C1FlexChart Members