Spread for ASP.NET 12 Product Documentation
RenderImage(Stream) Method


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class > RenderImage Method : RenderImage(Stream) Method
The stream stores the chart image.
Renders the chart model image to a stream.
Syntax
'Declaration
 
Public Overloads Sub RenderImage( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As FpChart
Dim stream As Stream
 
instance.RenderImage(stream)
public void RenderImage( 
   Stream stream
)

Parameters

stream
The stream stores the chart image.
See Also

Reference

FpChart Class
FpChart Members
Overload List