[]
        
(Showing Draft Content)

C1.WPF.Chart.FlexChartBase.SaveImage

SaveImage Method

SaveImage(Stream, ImageFormat, int, int, Color?, int, int)

Saves chart as image with to the specified stream.

Declaration
public void SaveImage(Stream stream, ImageFormat fmt, int w = 0, int h = 0, Color? backColor = null, int dpiX = 0, int dpiY = 0)
Parameters
Type Name Description
Stream stream

Stream

ImageFormat fmt

Image format.

int w

Width of image.

int h

Height of image

Color? backColor

The background of image.

int dpiX

Optional image x-resolution.

int dpiY

Optional image y-resolution.