Back to Devexpress

ChartControl.ExportToPdf Method

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-dot-exporttopdf.md

latest652 B
Original Source

ChartControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the chart’s data to a PDF document and sends it to the specified stream, with the specified options.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports the chart’s data to the specified PDF file, with the specified options.