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()
public Bitmap RenderImage()
Return Value
The bitmap of the control.
See Also