Spread WinForms 15
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()
See Also