[]
Renders the chart's image to a bitmap and return this bitmap.
public Bitmap RenderImage(Rectangle? r = null)
Public Function RenderImage(Optional r As Rectangle? = Nothing) As Bitmap
Type | Name | Description |
---|---|---|
Rectangle? | r |
Type | Description |
---|---|
Bitmap | The bitmap of the control. |