[]
Renders the chart as a bitmap, and raises the Paint event if raisePaintEvent is true.
public Bitmap RenderImage()
Public Function RenderImage() As Bitmap
Type | Description |
---|---|
Bitmap | A chart bitmap. |
Renders the image.
public Bitmap RenderImage(bool isSparklineChart)
Public Function RenderImage(isSparklineChart As Boolean) As Bitmap
Type | Name | Description |
---|---|---|
bool | isSparklineChart | true if used to paint a Sparkline image. |
Type | Description |
---|---|
Bitmap |
Renders the chart model image to a stream.
public void RenderImage(Stream stream)
Public Sub RenderImage(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | The stream stores the chart image. |
Renders the image.
public void RenderImage(Stream stream, bool isSparklineChart)
Public Sub RenderImage(stream As Stream, isSparklineChart As Boolean)