Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / RenderImage Method / RenderImage(Stream) Method
The stream stores the chart image.


In This Topic
    RenderImage(Stream) Method
    In This Topic
    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