www.Chart4.NET (Documentation) | Samples Download | Release Notes
Back to Top
Overload List
Name | Description | |
---|---|---|
ExportChartToImageFile(ChartExportOptions) |
Export chart to the given image format, with the extended settings. See ChartExportOptions properties for a description of settings. If FilePath given in Options is empty, the Bitmap object is returned. Else chart is exported to the given file and the method returns a null.
| |
ExportChartToImageFile(String, ImageFormat, Int32, Int32) |
Export the chart and save to a file, in the specified image format and size. If FilePath given is empty, the image object (Bitmap) is returned, ignoring the ExportFormat, else returns a null.
|
See Also