Back to Devexpress

ChartControlBase.ExportToImage Method

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrolbase-dot-exporttoimage.md

latest2.2 KB
Original Source

ChartControlBase.ExportToImage Method

NameParametersDescription
ExportToImage(Stream, PrintSizeMode)stream, sizeModeExports a chart to the specified stream using the specified size mode in the image format.
ExportToImage(Stream, ImageExportOptions, PrintSizeMode)stream, options, sizeModeExports a chart to the specified stream using the specified options and size mode in the image format.
ExportToImage(Stream, ImageExportOptions)stream, optionsExports a chart to the specified stream using the specified options in the image format.
ExportToImage(Stream)streamExports a chart to the specified stream in the image format.
ExportToImage(String, PrintSizeMode)filePath, sizeModeExports a chart to the specified file using the specified size mode in the image format.
ExportToImage(String, ImageExportOptions, PrintSizeMode)filePath, options, sizeModeExports a chart to the specified file using the specified options and size mode in the image format.
ExportToImage(String, ImageExportOptions)filePath, optionsExports a chart to the specified file using the specified options in the image format.
ExportToImage(String)filePathExports a chart to the specified file in the image format.