Spread for ASP.NET 8.0 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FpChart Class
FpChart Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.