Skip to main content
A newer version of this page is available. .

ChartControl.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, options Exports the chart’s data to a PDF document and sends it to the specified stream, with the specified options.
ExportToPdf(Stream) stream Exports the chart’s layout to a PDF document and sends it to the specified stream.
ExportToPdf(String, PdfExportOptions) filePath, options Exports the chart’s data to the specified PDF file, with the specified options.
ExportToPdf(String) filePath Exports the chart’s layout to the specified PDF file.