[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Extended.Export

Export Class

Contains chart export routines.

Inheritance
Export
Namespace: C1.WPF.C1Chart.Extended
Assembly: C1.WPF.C1Chart.Extended.4.6.2.dll
Syntax
[Browsable(false)]
public static class Export

Methods

Name Description
SaveImage(C1Chart, Stream, ImageFormat)

Saves the chart image to the provided stream using the specified image format.

SaveImage(C1Chart, Stream, ImageFormat, double, double)

Saves the chart image to the provided stream using the specified image format with the specified horizontal and vertical resolution.

SaveImage(C1Chart, Stream, BitmapEncoder, double, double)

Saves the chart image to the provided stream using the specified encoder with the specified horizontal and vertical resolution.