Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / RenderImage Method / RenderImage(Boolean) Method
true if used to paint a Sparkline image.


In This Topic
    RenderImage(Boolean) Method
    In This Topic
    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.
    See Also