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


In This Topic
    RenderImage Method (ChartShape)
    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 ChartShape
    Dim value As Bitmap
     
    value = instance.RenderImage()
    public Bitmap RenderImage()
    See Also