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( _
   Optional ByVal r As Nullable(Of Rectangle) _
) As Bitmap
 
'Usage
 
Dim instance As FpChart
Dim r As Nullable(Of Rectangle)
Dim value As Bitmap
 
value = instance.RenderImage(r)

Parameters

r

Return Value

The bitmap of the control.
See Also