PrintingManager Class
Represents the print manager for the chart.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | PrintingManager(IServiceContainer^) | Initializes a new instance of the PrintingManager class. |
| Name | Description | |
|---|---|---|
![]() | PrintDocument | Gets or sets a print document for the chart. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Frees, releases, or resets managed resources. |
![]() | Dispose(Boolean) | Releases unmanaged and, optionally, managed resources |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | PageSetup() | Displays a Page Setup dialog. |
![]() | Print(Boolean) | Prints the chart. |
![]() | PrintPaint(Graphics^, Rectangle) | Draws the chart on the printer graphics. |
![]() | PrintPreview() | Provides a preview of the chart. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


