Chart::Printing Property
.NET Framework (current version)
Gets a read-only PrintingManager object used for printing a chart.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(false)] [BrowsableAttribute(false)] property PrintingManager^ Printing { PrintingManager^ get(); }
Property Value
Type: System.Windows.Forms.DataVisualization.Charting::PrintingManager^A PrintingManager object used for printing a chart.
When a chart is printed, all chart elements except scrollbars will be printed.
The PrintingManager object contains the following methods, which are used for basic printing operations:
PageSetup: Displays a Page Setup dialog, which allows the end-user to select paper size, paper source, page orientation, and so forth.
PrintPreview: Displays a Print Preview dialog, which allows the end-user to zoom, print the chart, and so forth.
Print: Prints the Chart; the Print dialog can optionally be displayed prior to printing.
.NET Framework
Available since 4.0
Available since 4.0
Show: