Chart.Printing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a read-only PrintingManager object used for printing a chart.
public:
property System::Windows::Forms::DataVisualization::Charting::PrintingManager ^ Printing { System::Windows::Forms::DataVisualization::Charting::PrintingManager ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataVisualization.Charting.PrintingManager Printing { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Printing : System.Windows.Forms.DataVisualization.Charting.PrintingManager
Public ReadOnly Property Printing As PrintingManager
Property Value
A PrintingManager object used for printing a chart.
- Attributes
Remarks
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.