Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartControlBase.PrintDirect Method

Name Parameters Description
PrintDirect() none Immediately prints the chart on the default printer.
PrintDirect(PrintSizeMode) sizeMode Immediately prints the chart using the default printer and the specified print size mode.
PrintDirect(PrintQueue, PrintSizeMode) queue, sizeMode Obsolete. Immediately prints the chart using the printer specified by the print queue and the specified print size mode.
PrintDirect(PrintQueue) queue Obsolete. Immediately prints the chart using the printer specified by the print queue.
PrintDirect(String, PrintSizeMode) printerName, sizeMode Prints the chart on a printer with the specified name and size mode immediately.
PrintDirect(String) printerName Prints the chart on a printer with the specified name immediately.