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

HierarchicalChartControlBase.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, options Exports a treemap/sunburst to the specified stream in the PDF format using the specified export options.
ExportToPdf(Stream) stream Exports a treemap or sunburst to the specified stream in the PDF format.
ExportToPdf(String, PdfExportOptions) filePath, options Exports a treemap or sunburst to the specified file in the PDF format using the specified export options.
ExportToPdf(String) filePath Exports a treemap or sunburst to the specified file in the PDF format.