[]
Contains chart export routines.
[Browsable(false)]
public static class Export
| 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. |