Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / RenderImage Method


In This Topic
    RenderImage Method (SpreadChart)
    In This Topic
    Renders the chart's image to a bitmap and return this bitmap.
    Syntax
    'Declaration
     
    
    Public Function RenderImage() As Bitmap
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Bitmap
     
    value = instance.RenderImage()
    public Bitmap RenderImage()
    See Also