Spread for ASP.NET 10 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FpChart Class
FpChart Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.