Spread for ASP.NET 10 Product Documentation
RenderImage(Boolean) Method


true if used to paint a Sparkline image.
Renders the image.
Syntax
'Declaration
 
Public Overloads Function RenderImage( _
   ByVal isSparklineChart As Boolean _
) As Bitmap
'Usage
 
Dim instance As FpChart
Dim isSparklineChart As Boolean
Dim value As Bitmap
 
value = instance.RenderImage(isSparklineChart)
public Bitmap RenderImage( 
   bool isSparklineChart
)

Parameters

isSparklineChart
true if used to paint a Sparkline 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.