Chart.Printing Property

Definition

Gets a read-only PrintingManager object used for printing a chart.

C#
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataVisualization.Charting.PrintingManager Printing { get; }

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1