SaveImage Method (C1FlexChart)
In This Topic
Saves chart as image with to the specified stream.
Syntax
'Declaration
Public Sub SaveImage( _
ByVal As System.IO.Stream, _
ByVal As ImageFormat, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Nullable(Of Color) _
)
public void SaveImage(
System.IO.Stream ,
ImageFormat ,
System.int ,
System.int ,
System.Nullable<Color>
)
Parameters
- stream
- Stream
- fmt
- Image format.
- w
- Width of image.
- h
- Height of image
- backColor
- The background of image.
See Also