Back to Devexpress

ChartControlBase.PrintDirect Method

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

latest1.4 KB
Original Source

ChartControlBase.PrintDirect Method

NameParametersDescription
PrintDirect()noneImmediately prints the chart on the default printer.
PrintDirect(PrintSizeMode)sizeModeImmediately prints the chart using the default printer and the specified print size mode.
PrintDirect(PrintQueue, PrintSizeMode)queue, sizeModeObsolete. Immediately prints the chart using the printer specified by the print queue and the specified print size mode.
PrintDirect(PrintQueue)queueObsolete. Immediately prints the chart using the printer specified by the print queue.
PrintDirect(String, PrintSizeMode)printerName, sizeModePrints the chart on a printer with the specified name and size mode immediately.
PrintDirect(String)printerNamePrints the chart on a printer with the specified name immediately.