RenderImage(Stream) Method
In This Topic
Renders the chart model image to a stream.
Syntax
'Declaration
Public Overloads Sub RenderImage( _
ByVal As Stream _
)
'Usage
Dim instance As FpChart
Dim stream As Stream
instance.RenderImage(stream)
public void RenderImage(
Stream
)
Parameters
- stream
- The stream stores the chart image.
See Also