[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FpChart.RenderImage

RenderImage Method

RenderImage()

Renders the chart as a bitmap, and raises the Paint event if raisePaintEvent is true.

Declaration
public Bitmap RenderImage()
Public Function RenderImage() As Bitmap
Returns
Type Description
Bitmap

A chart bitmap.

RenderImage(bool)

Renders the image.

Declaration
public Bitmap RenderImage(bool isSparklineChart)
Public Function RenderImage(isSparklineChart As Boolean) As Bitmap
Parameters
Type Name Description
bool isSparklineChart

true if used to paint a Sparkline image.

Returns
Type Description
Bitmap

RenderImage(Stream)

Renders the chart model image to a stream.

Declaration
public void RenderImage(Stream stream)
Public Sub RenderImage(stream As Stream)
Parameters
Type Name Description
Stream stream

The stream stores the chart image.

RenderImage(Stream, bool)

Renders the image.

Declaration
public void RenderImage(Stream stream, bool isSparklineChart)
Public Sub RenderImage(stream As Stream, isSparklineChart As Boolean)
Parameters
Type Name Description
Stream stream

The stream.

bool isSparklineChart

if set to true [is sparkline chart].