Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / RenderImage Method


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

Return Value

The bitmap of the control.
See Also