Spread Windows Forms 12.0 Product Documentation
RenderImage Method (FpChart)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart Class : RenderImage Method
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

Reference

FpChart Class
FpChart Members