Back to Devexpress

ChartControlBase.ExportToRtf Method

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

latest2.1 KB
Original Source

ChartControlBase.ExportToRtf Method

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